CLU Boundaries

Common Land Unit (CLU) boundaries are farm/field boundaries used by United States Department of Agriculture (USDA) in the delivery of certain farm programs.

In [17]:
import requests
import json
import time
from pandas.io.json import json_normalize
import requests, zipfile, io
%matplotlib inline
import geopandas as gpd

API Details

Request URL:https://ag-analytics.azure-api.net/CommonLandUnitBoundary/get?geometry={geometry}

Request parameters

geometry string

f string(geojson/json)

The geometry to apply as the spatial filter. The structure of the geometry is the same as the structure of the json/geojson

In order to get Ocp-Apim-Subscription-Key, please click on this link https://analytics.ag/Session/SignInToAPIPayment

In [18]:
geometry={"xmin":-88,"ymin":40.2,"xmax":-88.126,"ymax":40.22,"spatialReference":{"wkid":4326}}
f="geojson"
headers={'Ocp-Apim-Subscription-Key': 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'}

API Function

In [19]:
def get_reverse_geocode_data(geometry,f,headers):
    try:
        url = 'https://ag-analytics.azure-api.net/CommonLandUnitBoundary/get?geometry={}&f={}'.format(geometry,f)
        
        
        
        response = (requests.get(url,headers=headers).text)
      
                
        print(response)

        
        response_json = json.dumps(response)
        time.sleep(0.5)
        return response_json
    
    except Exception as e:
        raise e

Calling API and Displaying Response API

In [20]:
clu=get_reverse_geocode_data(geometry,f,headers)
{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"EPSG:4326"}},"features":[{"type":"Feature","id":4166436,"geometry":{"type":"Polygon","coordinates":[[[-88.00395,40.197919],[-88.003955,40.200814],[-88.007578,40.20089],[-88.008708,40.200302],[-88.009195,40.199943],[-88.009672,40.199352],[-88.009672,40.197926],[-88.00395,40.197919]]]},"properties":{"OBJECTID":4166436,"CALCACRES":36.27999878,"CALCACRES2":null}},{"type":"Feature","id":4167422,"geometry":{"type":"Polygon","coordinates":[[[-88.01045,40.201013],[-88.010456,40.201441],[-88.010784,40.201438],[-88.010745,40.201711],[-88.011059,40.201708],[-88.011033,40.202017],[-88.012063,40.20202],[-88.012058,40.201654],[-88.012084,40.201425],[-88.012353,40.201422],[-88.01235,40.201216],[-88.012337,40.201028],[-88.010554,40.201017],[-88.01045,40.201013]]]},"properties":{"OBJECTID":4167422,"CALCACRES":3.3900001,"CALCACRES2":null}},{"type":"Feature","id":4168358,"geometry":{"type":"Polygon","coordinates":[[[-88.076322,40.215273],[-88.078181,40.215265],[-88.078091,40.208126],[-88.076313,40.208129],[-88.076286,40.213926],[-88.076303,40.214416],[-88.076322,40.215273]]]},"properties":{"OBJECTID":4168358,"CALCACRES":30.600000380000001,"CALCACRES2":null}},{"type":"Feature","id":4168376,"geometry":{"type":"Polygon","coordinates":[[[-88.062602,40.20086],[-88.062717,40.200876],[-88.062674,40.199083],[-88.062632,40.197659],[-88.063259,40.197676],[-88.063765,40.197614],[-88.063723,40.19651],[-88.06238,40.196511],[-88.062135,40.196506],[-88.062137,40.197503],[-88.06236,40.19749],[-88.062532,40.197608],[-88.062602,40.20086]]]},"properties":{"OBJECTID":4168376,"CALCACRES":5,"CALCACRES2":null}},{"type":"Feature","id":4169162,"geometry":{"type":"Polygon","coordinates":[[[-88.087334,40.218984],[-88.087299,40.217622],[-88.085893,40.217624],[-88.085868,40.218985],[-88.087141,40.218985],[-88.087334,40.218984]]]},"properties":{"OBJECTID":4169162,"CALCACRES":4.5700001700000001,"CALCACRES2":null}},{"type":"Feature","id":4169176,"geometry":{"type":"Polygon","coordinates":[[[-88.115098,40.215209],[-88.122788,40.215166],[-88.125251,40.215211],[-88.125243,40.214697],[-88.123527,40.214736],[-88.123496,40.213775],[-88.125228,40.213811],[-88.125182,40.211512],[-88.115181,40.211545],[-88.115098,40.215209]]]},"properties":{"OBJECTID":4169176,"CALCACRES":82.370002749999998,"CALCACRES2":null}},{"type":"Feature","id":4169187,"geometry":{"type":"Polygon","coordinates":[[[-88.085861,40.209364],[-88.087757,40.209369],[-88.087893,40.209505],[-88.088504,40.209487],[-88.089236,40.209481],[-88.089225,40.208783],[-88.087837,40.208785],[-88.087844,40.209254],[-88.085844,40.209238],[-88.085861,40.209364]]]},"properties":{"OBJECTID":4169187,"CALCACRES":2.8499998999999998,"CALCACRES2":null}},{"type":"Feature","id":4178293,"geometry":{"type":"Polygon","coordinates":[[[-87.999317,40.217162],[-87.999434,40.217163],[-88.002061,40.217202],[-88.003127,40.217201],[-88.003572,40.217192],[-88.003836,40.217141],[-88.003896,40.217066],[-88.003929,40.216978],[-88.003929,40.216362],[-88.003932,40.215597],[-88.00368,40.215597],[-88.003685,40.216868],[-88.003674,40.216993],[-88.003538,40.217005],[-87.999314,40.216989],[-87.999315,40.217071],[-87.999317,40.217162]]]},"properties":{"OBJECTID":4178293,"CALCACRES":2.8299999200000001,"CALCACRES2":null}},{"type":"Feature","id":4181944,"geometry":{"type":"Polygon","coordinates":[[[-88.03936,40.215406],[-88.039542,40.215409],[-88.039415,40.215105],[-88.039286,40.214647],[-88.039156,40.214198],[-88.038978,40.213694],[-88.038882,40.213372],[-88.038731,40.213092],[-88.038674,40.212864],[-88.038663,40.211114],[-88.038683,40.209875],[-88.0385,40.209709],[-88.0385,40.209719],[-88.038499,40.209967],[-88.038484,40.211782],[-88.038473,40.213044],[-88.038674,40.213346],[-88.038856,40.21383],[-88.039111,40.214802],[-88.039212,40.215132],[-88.03936,40.215406]]]},"properties":{"OBJECTID":4181944,"CALCACRES":2.5099999899999998,"CALCACRES2":null}},{"type":"Feature","id":4167424,"geometry":{"type":"Polygon","coordinates":[[[-88.019319,40.208251],[-88.022078,40.208261],[-88.022902,40.208246],[-88.023257,40.20824],[-88.024135,40.208239],[-88.024123,40.200996],[-88.02212,40.20099],[-88.022113,40.201562],[-88.021979,40.201552],[-88.021695,40.201554],[-88.021501,40.201556],[-88.021497,40.201332],[-88.021503,40.200988],[-88.019298,40.200997],[-88.019298,40.201009],[-88.019319,40.208251]]]},"properties":{"OBJECTID":4167424,"CALCACRES":80.870002749999998,"CALCACRES2":null}},{"type":"Feature","id":4167431,"geometry":{"type":"Polygon","coordinates":[[[-88.043882,40.200829],[-88.043886,40.19923],[-88.042573,40.199242],[-88.042554,40.200834],[-88.043882,40.200829]]]},"properties":{"OBJECTID":4167431,"CALCACRES":4.9200000800000003,"CALCACRES2":null}},{"type":"Feature","id":4168324,"geometry":{"type":"Polygon","coordinates":[[[-88.051698,40.222726],[-88.057568,40.222736],[-88.057541,40.219098],[-88.0528,40.219095],[-88.048371,40.219125],[-88.048226,40.219126],[-88.048084,40.219127],[-88.048058,40.219925],[-88.04853,40.220004],[-88.049368,40.220122],[-88.04964,40.220194],[-88.049866,40.220335],[-88.051608,40.221733],[-88.051681,40.222411],[-88.051698,40.222726]]]},"properties":{"OBJECTID":4168324,"CALCACRES":62.150001529999997,"CALCACRES2":null}},{"type":"Feature","id":4168360,"geometry":{"type":"Polygon","coordinates":[[[-88.08573,40.206669],[-88.084617,40.20666],[-88.084625,40.206191],[-88.083923,40.206151],[-88.083888,40.20677],[-88.084052,40.206802],[-88.084069,40.206917],[-88.084622,40.206969],[-88.084619,40.206786],[-88.08573,40.206765],[-88.08573,40.206669]]]},"properties":{"OBJECTID":4168360,"CALCACRES":1.5199999799999999,"CALCACRES2":null}},{"type":"Feature","id":4168367,"geometry":{"type":"Polygon","coordinates":[[[-88.065953,40.201012],[-88.06593,40.204129],[-88.065875,40.205891],[-88.065926,40.208168],[-88.066897,40.208152],[-88.066835,40.205155],[-88.066773,40.201005],[-88.065953,40.201012]]]},"properties":{"OBJECTID":4168367,"CALCACRES":15.22000027,"CALCACRES2":null}},{"type":"Feature","id":4168374,"geometry":{"type":"Polygon","coordinates":[[[-88.048093,40.200818],[-88.050345,40.200837],[-88.050281,40.199471],[-88.048091,40.199457],[-88.048093,40.200818]]]},"properties":{"OBJECTID":4168374,"CALCACRES":7.0700001700000001,"CALCACRES2":null}},{"type":"Feature","id":4169196,"geometry":{"type":"Polygon","coordinates":[[[-88.125248,40.205064],[-88.122913,40.205108],[-88.122877,40.204742],[-88.12222,40.204737],[-88.122236,40.204794],[-88.121728,40.204776],[-88.121726,40.205565],[-88.12295,40.205576],[-88.122944,40.20521],[-88.125264,40.205179],[-88.125248,40.205064]]]},"properties":{"OBJECTID":4169196,"CALCACRES":2.8599999,"CALCACRES2":null}},{"type":"Feature","id":4169946,"geometry":{"type":"Polygon","coordinates":[[[-88.125359,40.219885],[-88.134911,40.219848],[-88.134894,40.218865],[-88.134883,40.215273],[-88.134387,40.215277],[-88.125342,40.215263],[-88.125359,40.219885]]]},"properties":{"OBJECTID":4169946,"CALCACRES":102.36000061,"CALCACRES2":null}},{"type":"Feature","id":4181964,"geometry":{"type":"Polygon","coordinates":[[[-88.048371,40.219125],[-88.0528,40.219095],[-88.052759,40.215478],[-88.048028,40.215498],[-88.048084,40.219127],[-88.048226,40.219126],[-88.048224,40.21902],[-88.048358,40.219019],[-88.048371,40.219125]]]},"properties":{"OBJECTID":4181964,"CALCACRES":39.909999849999998,"CALCACRES2":null}},{"type":"Feature","id":4182314,"geometry":{"type":"Polygon","coordinates":[[[-88.068392,40.224747],[-88.071247,40.224736],[-88.074501,40.224706],[-88.074395,40.219867],[-88.073576,40.219873],[-88.073549,40.21904],[-88.071791,40.219047],[-88.070693,40.219065],[-88.070684,40.221032],[-88.070722,40.221789],[-88.070664,40.222001],[-88.070567,40.222196],[-88.070253,40.222542],[-88.06974,40.223058],[-88.069001,40.22367],[-88.068527,40.224104],[-88.068414,40.224473],[-88.068392,40.224747]]]},"properties":{"OBJECTID":4182314,"CALCACRES":56.349998470000003,"CALCACRES2":null}},{"type":"Feature","id":4183950,"geometry":{"type":"Polygon","coordinates":[[[-88.074927,40.215265],[-88.07525,40.215263],[-88.075245,40.214421],[-88.076303,40.214416],[-88.076286,40.213926],[-88.074906,40.213939],[-88.074927,40.215265]]]},"properties":{"OBJECTID":4183950,"CALCACRES":2.22000003,"CALCACRES2":null}},{"type":"Feature","id":4167423,"geometry":{"type":"Polygon","coordinates":[[[-88.02212,40.20099],[-88.021503,40.200988],[-88.021497,40.201332],[-88.021501,40.201556],[-88.021695,40.201554],[-88.021979,40.201552],[-88.022113,40.201562],[-88.02212,40.20099]]]},"properties":{"OBJECTID":4167423,"CALCACRES":0.81000000000000005,"CALCACRES2":null}},{"type":"Feature","id":4167430,"geometry":{"type":"Polygon","coordinates":[[[-88.043171,40.200899],[-88.043212,40.203576],[-88.043312,40.20818],[-88.047924,40.208144],[-88.047921,40.206736],[-88.046783,40.206736],[-88.046365,40.206762],[-88.046382,40.205904],[-88.04792,40.205911],[-88.047916,40.203762],[-88.047946,40.200879],[-88.043171,40.200899]]]},"properties":{"OBJECTID":4167430,"CALCACRES":76.599998470000003,"CALCACRES2":null}},{"type":"Feature","id":4168325,"geometry":{"type":"Polygon","coordinates":[[[-88.0528,40.219095],[-88.057541,40.219098],[-88.057475,40.215481],[-88.053132,40.215475],[-88.052759,40.215478],[-88.0528,40.219095]]]},"properties":{"OBJECTID":4168325,"CALCACRES":39.939998629999998,"CALCACRES2":null}},{"type":"Feature","id":4168332,"geometry":{"type":"Polygon","coordinates":[[[-88.07869,40.224684],[-88.078702,40.223907],[-88.079489,40.223893],[-88.079529,40.224692],[-88.079932,40.224667],[-88.080066,40.224624],[-88.080118,40.224548],[-88.079967,40.221516],[-88.079887,40.220637],[-88.079621,40.220073],[-88.07922,40.219528],[-88.078833,40.219128],[-88.078142,40.218586],[-88.076402,40.217521],[-88.076394,40.217741],[-88.076427,40.219048],[-88.075755,40.219031],[-88.075874,40.224693],[-88.078426,40.224681],[-88.07869,40.224684]]]},"properties":{"OBJECTID":4168332,"CALCACRES":55.900001529999997,"CALCACRES2":null}},{"type":"Feature","id":4168359,"geometry":{"type":"Polygon","coordinates":[[[-88.085769,40.213044],[-88.085765,40.212479],[-88.085004,40.212487],[-88.085017,40.213041],[-88.085769,40.213044]]]},"properties":{"OBJECTID":4168359,"CALCACRES":0.99000001000000004,"CALCACRES2":null}},{"type":"Feature","id":4168366,"geometry":{"type":"Polygon","coordinates":[[[-88.065418,40.208167],[-88.065715,40.208164],[-88.065669,40.206362],[-88.06568,40.20293],[-88.065669,40.201015],[-88.065431,40.201017],[-88.065381,40.205572],[-88.065418,40.208167]]]},"properties":{"OBJECTID":4168366,"CALCACRES":4.5999999000000003,"CALCACRES2":null}},{"type":"Feature","id":4168368,"geometry":{"type":"Polygon","coordinates":[[[-88.065953,40.201012],[-88.065669,40.201015],[-88.06568,40.20293],[-88.065669,40.206362],[-88.065715,40.208164],[-88.065728,40.208164],[-88.065926,40.208168],[-88.065875,40.205891],[-88.06593,40.204129],[-88.065953,40.201012]]]},"properties":{"OBJECTID":4168368,"CALCACRES":4,"CALCACRES2":null}},{"type":"Feature","id":4169161,"geometry":{"type":"Polygon","coordinates":[[[-88.095411,40.215314],[-88.085934,40.215335],[-88.085893,40.217624],[-88.087299,40.217622],[-88.087334,40.218984],[-88.095417,40.218941],[-88.095412,40.217694],[-88.095385,40.215543],[-88.095411,40.215314]]]},"properties":{"OBJECTID":4169161,"CALCACRES":76.209999080000003,"CALCACRES2":null}},{"type":"Feature","id":4169168,"geometry":{"type":"Polygon","coordinates":[[[-88.095513,40.222465],[-88.100274,40.222443],[-88.104961,40.222433],[-88.104951,40.222261],[-88.10415,40.222279],[-88.104047,40.221422],[-88.104925,40.221443],[-88.104916,40.22115],[-88.104874,40.217661],[-88.102971,40.217691],[-88.095412,40.217694],[-88.095417,40.218941],[-88.095464,40.221389],[-88.095482,40.221572],[-88.095486,40.221823],[-88.095513,40.222465]]]},"properties":{"OBJECTID":4169168,"CALCACRES":103.41000366,"CALCACRES2":null}},{"type":"Feature","id":4169195,"geometry":{"type":"Polygon","coordinates":[[[-88.114641,40.204307],[-88.119675,40.204224],[-88.11975,40.200653],[-88.119295,40.200646],[-88.11467,40.200645],[-88.114641,40.204307]]]},"properties":{"OBJECTID":4169195,"CALCACRES":42.740001679999999,"CALCACRES2":null}},{"type":"Feature","id":4178719,"geometry":{"type":"Polygon","coordinates":[[[-88.109679,40.215812],[-88.10981,40.215839],[-88.11009,40.21588],[-88.110498,40.215929],[-88.110849,40.21599],[-88.111229,40.216116],[-88.111624,40.216241],[-88.111895,40.216323],[-88.111891,40.216242],[-88.111755,40.216207],[-88.111572,40.216124],[-88.111339,40.216042],[-88.111133,40.215969],[-88.110952,40.215918],[-88.110701,40.215869],[-88.110397,40.215819],[-88.110176,40.215783],[-88.109971,40.215756],[-88.109774,40.215725],[-88.109675,40.215713],[-88.109679,40.215812]]]},"properties":{"OBJECTID":4178719,"CALCACRES":0.51999998000000003,"CALCACRES2":null}},{"type":"Feature","id":4181963,"geometry":{"type":"Polygon","coordinates":[[[-88.076273,40.204526],[-88.07845,40.204521],[-88.081065,40.204488],[-88.081071,40.204164],[-88.081043,40.201697],[-88.080872,40.201698],[-88.080868,40.201469],[-88.08104,40.201468],[-88.081033,40.200858],[-88.07625,40.200898],[-88.076273,40.204526]]]},"properties":{"OBJECTID":4181963,"CALCACRES":40.58000183,"CALCACRES2":null}},{"type":"Feature","id":4167411,"geometry":{"type":"Polygon","coordinates":[[[-88.039178,40.215406],[-88.03936,40.215406],[-88.039212,40.215132],[-88.039111,40.214802],[-88.038856,40.21383],[-88.038674,40.213346],[-88.038473,40.213044],[-88.038478,40.213338],[-88.038661,40.213588],[-88.03877,40.213885],[-88.038901,40.214546],[-88.038934,40.214706],[-88.039178,40.215406]]]},"properties":{"OBJECTID":4167411,"CALCACRES":0.69999999000000002,"CALCACRES2":null}},{"type":"Feature","id":4167412,"geometry":{"type":"Polygon","coordinates":[[[-88.047922,40.21041],[-88.04675,40.21042],[-88.046807,40.211255],[-88.047922,40.211256],[-88.047922,40.21041]]]},"properties":{"OBJECTID":4167412,"CALCACRES":2.2400000100000002,"CALCACRES2":null}},{"type":"Feature","id":4167425,"geometry":{"type":"Polygon","coordinates":[[[-88.02594,40.20099],[-88.025968,40.202866],[-88.027027,40.202857],[-88.026969,40.200993],[-88.02594,40.20099]]]},"properties":{"OBJECTID":4167425,"CALCACRES":4.55999994,"CALCACRES2":null}},{"type":"Feature","id":4167429,"geometry":{"type":"Polygon","coordinates":[[[-88.04792,40.205911],[-88.046382,40.205904],[-88.046365,40.206762],[-88.046783,40.206736],[-88.047921,40.206736],[-88.04792,40.205911]]]},"properties":{"OBJECTID":4167429,"CALCACRES":3,"CALCACRES2":null}},{"type":"Feature","id":4168330,"geometry":{"type":"Polygon","coordinates":[[[-88.067128,40.219065],[-88.067134,40.219684],[-88.068013,40.219666],[-88.067997,40.219062],[-88.067128,40.219065]]]},"properties":{"OBJECTID":4168330,"CALCACRES":1.25,"CALCACRES2":null}},{"type":"Feature","id":4168347,"geometry":{"type":"Polygon","coordinates":[[[-88.070541,40.21905],[-88.070693,40.219065],[-88.071791,40.219047],[-88.071765,40.218725],[-88.071667,40.215373],[-88.069912,40.215389],[-88.070148,40.216428],[-88.070187,40.216732],[-88.0703,40.217346],[-88.070355,40.218041],[-88.070541,40.21905]]]},"properties":{"OBJECTID":4168347,"CALCACRES":12.64000034,"CALCACRES2":null}},{"type":"Feature","id":4168348,"geometry":{"type":"Polygon","coordinates":[[[-88.070399,40.219046],[-88.070541,40.21905],[-88.070355,40.218041],[-88.0703,40.217346],[-88.070187,40.216732],[-88.070148,40.216428],[-88.069912,40.215389],[-88.069776,40.215398],[-88.069958,40.216138],[-88.070013,40.21635],[-88.070086,40.216865],[-88.07018,40.217367],[-88.070226,40.218082],[-88.070264,40.21832],[-88.070399,40.219046]]]},"properties":{"OBJECTID":4168348,"CALCACRES":1.11000001,"CALCACRES2":null}},{"type":"Feature","id":4168361,"geometry":{"type":"Polygon","coordinates":[[[-88.078091,40.208126],[-88.085729,40.208091],[-88.08573,40.206765],[-88.084619,40.206786],[-88.084622,40.206969],[-88.084069,40.206917],[-88.084052,40.206802],[-88.083888,40.20677],[-88.083923,40.206151],[-88.084625,40.206191],[-88.084617,40.20666],[-88.08573,40.206669],[-88.085731,40.20443],[-88.081065,40.204488],[-88.07845,40.204521],[-88.076273,40.204526],[-88.071577,40.204543],[-88.071574,40.208147],[-88.076313,40.208129],[-88.078091,40.208126]]]},"properties":{"OBJECTID":4168361,"CALCACRES":118.05000305,"CALCACRES2":null}},{"type":"Feature","id":4169198,"geometry":{"type":"Polygon","coordinates":[[[-88.119675,40.204224],[-88.119675,40.204235],[-88.125256,40.204215],[-88.125242,40.200646],[-88.123138,40.200643],[-88.11975,40.200653],[-88.119675,40.204224]]]},"properties":{"OBJECTID":4169198,"CALCACRES":46.25,"CALCACRES2":null}},{"type":"Feature","id":4178039,"geometry":{"type":"Polygon","coordinates":[[[-88.039199,40.215488],[-88.039628,40.215839],[-88.04011,40.216232],[-88.04037,40.216437],[-88.040568,40.216581],[-88.040748,40.21666],[-88.041005,40.216726],[-88.041312,40.216764],[-88.041962,40.216836],[-88.042149,40.216886],[-88.042383,40.216973],[-88.042542,40.217037],[-88.042851,40.217212],[-88.043182,40.217442],[-88.043184,40.217304],[-88.042946,40.217179],[-88.042626,40.216987],[-88.042392,40.216876],[-88.042084,40.216781],[-88.041469,40.21669],[-88.041109,40.216652],[-88.040749,40.216575],[-88.040505,40.216436],[-88.039916,40.215959],[-88.039341,40.215492],[-88.039199,40.215488]]]},"properties":{"OBJECTID":4178039,"CALCACRES":0.89999998000000003,"CALCACRES2":null}},{"type":"Feature","id":4178040,"geometry":{"type":"Polygon","coordinates":[[[-88.039503,40.215491],[-88.04033,40.216157],[-88.040608,40.216349],[-88.040715,40.216413],[-88.040865,40.216505],[-88.041028,40.21654],[-88.041817,40.216622],[-88.042198,40.216683],[-88.042506,40.216778],[-88.043061,40.217078],[-88.043182,40.217169],[-88.043182,40.217046],[-88.042968,40.216912],[-88.042534,40.216684],[-88.042199,40.216592],[-88.041846,40.216543],[-88.041006,40.216447],[-88.040884,40.216402],[-88.040767,40.21633],[-88.040468,40.216136],[-88.039686,40.215494],[-88.039503,40.215491]]]},"properties":{"OBJECTID":4178040,"CALCACRES":0.91000002999999996,"CALCACRES2":null}},{"type":"Feature","id":4178107,"geometry":{"type":"Polygon","coordinates":[[[-88.016967,40.217753],[-88.017042,40.217753],[-88.017037,40.216794],[-88.016965,40.215799],[-88.016904,40.215579],[-88.014585,40.215614],[-88.014628,40.217749],[-88.015162,40.217745],[-88.016667,40.217755],[-88.016967,40.217753]]]},"properties":{"OBJECTID":4178107,"CALCACRES":12.09000015,"CALCACRES2":null}},{"type":"Feature","id":4178108,"geometry":{"type":"Polygon","coordinates":[[[-88.017042,40.217753],[-88.017185,40.217759],[-88.017166,40.2171],[-88.017088,40.215906],[-88.017013,40.215583],[-88.016904,40.215579],[-88.016965,40.215799],[-88.017037,40.216794],[-88.017042,40.217753]]]},"properties":{"OBJECTID":4178108,"CALCACRES":0.60000001999999997,"CALCACRES2":null}},{"type":"Feature","id":4181698,"geometry":{"type":"Polygon","coordinates":[[[-88.029076,40.21356],[-88.029077,40.213803],[-88.029432,40.213771],[-88.029416,40.213549],[-88.029076,40.21356]]]},"properties":{"OBJECTID":4181698,"CALCACRES":0.19,"CALCACRES2":null}},{"type":"Feature","id":4182316,"geometry":{"type":"Polygon","coordinates":[[[-88.070011,40.219055],[-88.07005,40.22155],[-88.069975,40.221837],[-88.069845,40.222064],[-88.069398,40.222529],[-88.068132,40.223626],[-88.067857,40.223946],[-88.06775,40.224346],[-88.067757,40.224749],[-88.067983,40.224744],[-88.067961,40.224572],[-88.067989,40.224252],[-88.068053,40.224066],[-88.068197,40.22386],[-88.069006,40.223152],[-88.069992,40.222242],[-88.07013,40.222026],[-88.070213,40.221778],[-88.07027,40.22108],[-88.070215,40.220151],[-88.07022,40.219053],[-88.070084,40.219055],[-88.070011,40.219055]]]},"properties":{"OBJECTID":4182316,"CALCACRES":3.2100000400000002,"CALCACRES2":null}},{"type":"Feature","id":4183469,"geometry":{"type":"Polygon","coordinates":[[[-88.114588,40.218872],[-88.119498,40.218882],[-88.125274,40.218849],[-88.125242,40.218289],[-88.125237,40.215268],[-88.116608,40.215241],[-88.115797,40.215239],[-88.115808,40.215889],[-88.115023,40.215897],[-88.115006,40.215236],[-88.114498,40.215235],[-88.114582,40.218168],[-88.11493,40.21817],[-88.114929,40.218116],[-88.115035,40.218119],[-88.115024,40.218214],[-88.114931,40.218215],[-88.114923,40.218193],[-88.114571,40.218196],[-88.114588,40.218872]]]},"properties":{"OBJECTID":4183469,"CALCACRES":89.11000061,"CALCACRES2":null}},{"type":"Feature","id":4184974,"geometry":{"type":"Polygon","coordinates":[[[-88.01312,40.221433],[-88.013118,40.217774],[-88.013118,40.217762],[-88.009884,40.217779],[-88.009864,40.217779],[-88.009869,40.220777],[-88.01058,40.220771],[-88.010616,40.221439],[-88.009869,40.221441],[-88.009871,40.22223],[-88.009888,40.224953],[-88.01312,40.224885],[-88.013121,40.223014],[-88.01312,40.221433]]]},"properties":{"OBJECTID":4184974,"CALCACRES":53.049999239999998,"CALCACRES2":null}},{"type":"Feature","id":4167409,"geometry":{"type":"Polygon","coordinates":[[[-88.043577,40.217182],[-88.044116,40.217189],[-88.044978,40.217177],[-88.047912,40.217191],[-88.047929,40.217191],[-88.047902,40.21549],[-88.044186,40.215489],[-88.043157,40.215521],[-88.04318,40.216915],[-88.043182,40.217046],[-88.043182,40.217169],[-88.043577,40.217182]]]},"properties":{"OBJECTID":4167409,"CALCACRES":18.719999309999999,"CALCACRES2":null}},{"type":"Feature","id":4168331,"geometry":{"type":"Polygon","coordinates":[[[-88.067983,40.224744],[-88.068119,40.224748],[-88.068128,40.224568],[-88.068152,40.224373],[-88.068195,40.224162],[-88.068251,40.224009],[-88.068701,40.223578],[-88.069708,40.222725],[-88.070251,40.222137],[-88.070376,40.221921],[-88.070409,40.221735],[-88.070413,40.22106],[-88.070399,40.219046],[-88.07022,40.219053],[-88.070215,40.220151],[-88.07027,40.22108],[-88.070213,40.221778],[-88.07013,40.222026],[-88.069992,40.222242],[-88.069006,40.223152],[-88.068197,40.22386],[-88.068053,40.224066],[-88.067989,40.224252],[-88.067961,40.224572],[-88.067983,40.224744]]]},"properties":{"OBJECTID":4168331,"CALCACRES":2.44000006,"CALCACRES2":null}},{"type":"Feature","id":4168345,"geometry":{"type":"Polygon","coordinates":[[[-88.069501,40.215401],[-88.069602,40.215817],[-88.069687,40.21622],[-88.06979,40.216749],[-88.069877,40.217405],[-88.069942,40.218151],[-88.070084,40.219055],[-88.07022,40.219053],[-88.070102,40.218362],[-88.070057,40.217805],[-88.069984,40.21727],[-88.069891,40.216596],[-88.069631,40.2154],[-88.069501,40.215401]]]},"properties":{"OBJECTID":4168345,"CALCACRES":1.10000002,"CALCACRES2":null}},{"type":"Feature","id":4168346,"geometry":{"type":"Polygon","coordinates":[[[-88.070011,40.219055],[-88.070084,40.219055],[-88.069942,40.218151],[-88.069877,40.217405],[-88.06979,40.216749],[-88.069687,40.21622],[-88.069602,40.215817],[-88.069501,40.215401],[-88.067101,40.215415],[-88.067132,40.21839],[-88.067128,40.219065],[-88.067997,40.219062],[-88.070011,40.219055]]]},"properties":{"OBJECTID":4168346,"CALCACRES":23.090000150000002,"CALCACRES2":null}},{"type":"Feature","id":4169181,"geometry":{"type":"Polygon","coordinates":[[[-88.097801,40.215228],[-88.097745,40.208077],[-88.095392,40.208117],[-88.095372,40.215223],[-88.097801,40.215228]]]},"properties":{"OBJECTID":4169181,"CALCACRES":39.790000919999997,"CALCACRES2":null}},{"type":"Feature","id":4169182,"geometry":{"type":"Polygon","coordinates":[[[-88.104164,40.211625],[-88.104892,40.21162],[-88.104928,40.211059],[-88.104152,40.211067],[-88.104164,40.211625]]]},"properties":{"OBJECTID":4169182,"CALCACRES":0.98000001999999997,"CALCACRES2":null}},{"type":"Feature","id":4176669,"geometry":{"type":"Polygon","coordinates":[[[-87.994566,40.203715],[-87.994958,40.203714],[-87.995389,40.203641],[-87.995686,40.203547],[-87.996097,40.203364],[-87.99659,40.203082],[-87.996915,40.202884],[-87.998691,40.202915],[-87.999217,40.203116],[-88.000977,40.203067],[-88.001368,40.202814],[-88.001924,40.202451],[-88.002347,40.20212],[-88.002753,40.201831],[-88.003193,40.201549],[-88.003484,40.201352],[-88.003682,40.201217],[-88.003797,40.201074],[-87.994567,40.201021],[-87.994566,40.203715]]]},"properties":{"OBJECTID":4176669,"CALCACRES":38.58000183,"CALCACRES2":null}},{"type":"Feature","id":4178105,"geometry":{"type":"Polygon","coordinates":[[[-88.017405,40.217757],[-88.017653,40.217748],[-88.017544,40.215588],[-88.0173,40.215586],[-88.01736,40.216608],[-88.017394,40.21716],[-88.017405,40.217757]]]},"properties":{"OBJECTID":4178105,"CALCACRES":1.2000000500000001,"CALCACRES2":null}},{"type":"Feature","id":4178106,"geometry":{"type":"Polygon","coordinates":[[[-88.017653,40.217748],[-88.017715,40.217754],[-88.019532,40.217713],[-88.019512,40.215647],[-88.019509,40.215561],[-88.017544,40.215588],[-88.017653,40.217748]]]},"properties":{"OBJECTID":4178106,"CALCACRES":9.6999998099999996,"CALCACRES2":null}},{"type":"Feature","id":4178292,"geometry":{"type":"Polygon","coordinates":[[[-87.999352,40.219251],[-87.999359,40.21925],[-87.999615,40.219251],[-87.999602,40.217485],[-88.003667,40.217461],[-88.004089,40.217379],[-88.004219,40.217256],[-88.004335,40.217022],[-88.00433,40.215595],[-88.004125,40.215596],[-88.004109,40.216953],[-88.004058,40.217139],[-88.003943,40.217246],[-88.0037,40.217296],[-88.00342,40.217305],[-88.001614,40.217297],[-87.999319,40.2173],[-87.999321,40.217383],[-87.999352,40.219251]]]},"properties":{"OBJECTID":4178292,"CALCACRES":3.9000001000000002,"CALCACRES2":null}},{"type":"Feature","id":4178741,"geometry":{"type":"Polygon","coordinates":[[[-88.100133,40.201645],[-88.100121,40.204354],[-88.10494,40.204285],[-88.104915,40.201624],[-88.100133,40.201645]]]},"properties":{"OBJECTID":4178741,"CALCACRES":30.090000150000002,"CALCACRES2":null}},{"type":"Feature","id":4178742,"geometry":{"type":"Polygon","coordinates":[[[-88.100138,40.200738],[-88.100135,40.20138],[-88.100133,40.201645],[-88.104915,40.201624],[-88.104917,40.201355],[-88.104923,40.20072],[-88.100138,40.200738]]]},"properties":{"OBJECTID":4178742,"CALCACRES":10.10999966,"CALCACRES2":null}},{"type":"Feature","id":4181935,"geometry":{"type":"Polygon","coordinates":[[[-87.999615,40.219251],[-88.002986,40.219208],[-88.009657,40.219207],[-88.009655,40.218396],[-88.009655,40.218349],[-88.009649,40.216644],[-88.009681,40.215774],[-88.008919,40.215712],[-88.008096,40.215582],[-88.007265,40.215585],[-88.0073,40.217978],[-88.007679,40.218035],[-88.007636,40.218654],[-88.006672,40.218653],[-88.006662,40.217994],[-88.007157,40.217979],[-88.007151,40.215781],[-88.007137,40.215585],[-88.00433,40.215595],[-88.004335,40.217022],[-88.004219,40.217256],[-88.004089,40.217379],[-88.003667,40.217461],[-87.999602,40.217485],[-87.999615,40.219251]]]},"properties":{"OBJECTID":4181935,"CALCACRES":61.819999690000003,"CALCACRES2":null}},{"type":"Feature","id":4167419,"geometry":{"type":"Polygon","coordinates":[[[-88.026916,40.215459],[-88.028977,40.215454],[-88.028968,40.214867],[-88.028371,40.214841],[-88.027611,40.214838],[-88.027269,40.214898],[-88.027285,40.215001],[-88.027151,40.215025],[-88.027151,40.215115],[-88.026899,40.215107],[-88.026916,40.215459]]]},"properties":{"OBJECTID":4167419,"CALCACRES":2.7300000199999999,"CALCACRES2":null}},{"type":"Feature","id":4167434,"geometry":{"type":"Polygon","coordinates":[[[-88.030991,40.197223],[-88.030835,40.197228],[-88.030892,40.19743],[-88.030978,40.197721],[-88.031052,40.198003],[-88.031281,40.198628],[-88.031778,40.199907],[-88.03217,40.200891],[-88.032328,40.20089],[-88.031868,40.199761],[-88.031261,40.198217],[-88.031218,40.198048],[-88.031001,40.197263],[-88.030991,40.197223]]]},"properties":{"OBJECTID":4167434,"CALCACRES":1.2599999900000001,"CALCACRES2":null}},{"type":"Feature","id":4168336,"geometry":{"type":"Polygon","coordinates":[[[-88.081952,40.223128],[-88.082396,40.223093],[-88.084819,40.223114],[-88.084812,40.222647],[-88.085819,40.222638],[-88.0858,40.218767],[-88.081278,40.218747],[-88.079272,40.218755],[-88.078914,40.21875],[-88.079412,40.2191],[-88.080167,40.219596],[-88.080981,40.220157],[-88.081432,40.220439],[-88.081727,40.220723],[-88.081845,40.220931],[-88.081797,40.221152],[-88.081645,40.221392],[-88.081578,40.221743],[-88.081622,40.221909],[-88.081749,40.222052],[-88.08199,40.222208],[-88.08211,40.222622],[-88.081952,40.223128]]]},"properties":{"OBJECTID":4168336,"CALCACRES":46,"CALCACRES2":null}},{"type":"Feature","id":4168355,"geometry":{"type":"Polygon","coordinates":[[[-88.065894,40.211172],[-88.065723,40.211236],[-88.06574,40.212362],[-88.06697,40.212351],[-88.066977,40.212045],[-88.066781,40.21191],[-88.066373,40.21157],[-88.06609,40.211122],[-88.065894,40.211172]]]},"properties":{"OBJECTID":4168355,"CALCACRES":2.41000009,"CALCACRES2":null}},{"type":"Feature","id":4168370,"geometry":{"type":"Polygon","coordinates":[[[-88.059106,40.200995],[-88.059132,40.202498],[-88.058833,40.202493],[-88.058838,40.202825],[-88.058272,40.202911],[-88.058277,40.203208],[-88.058366,40.203207],[-88.059024,40.203304],[-88.059113,40.203235],[-88.059724,40.203195],[-88.059787,40.202462],[-88.059295,40.202455],[-88.059251,40.200994],[-88.059106,40.200995]]]},"properties":{"OBJECTID":4168370,"CALCACRES":2.6500001000000002,"CALCACRES2":null}},{"type":"Feature","id":4168372,"geometry":{"type":"Polygon","coordinates":[[[-88.048068,40.204502],[-88.057433,40.204508],[-88.057421,40.203834],[-88.057391,40.200951],[-88.053243,40.20092],[-88.048064,40.200898],[-88.048074,40.20242],[-88.048953,40.202412],[-88.048958,40.203682],[-88.048082,40.2037],[-88.048085,40.20417],[-88.048068,40.204502]]]},"properties":{"OBJECTID":4168372,"CALCACRES":75.510002139999997,"CALCACRES2":null}},{"type":"Feature","id":4169191,"geometry":{"type":"Polygon","coordinates":[[[-88.09537,40.204388],[-88.095392,40.208117],[-88.097745,40.208077],[-88.100166,40.208049],[-88.100211,40.208049],[-88.104895,40.207935],[-88.104905,40.207091],[-88.103986,40.20712],[-88.104,40.205221],[-88.104929,40.205223],[-88.10494,40.204285],[-88.100121,40.204354],[-88.09537,40.204388]]]},"properties":{"OBJECTID":4169191,"CALCACRES":78.120002749999998,"CALCACRES2":null}},{"type":"Feature","id":4178096,"geometry":{"type":"Polygon","coordinates":[[[-88.009822,40.211949],[-88.009852,40.215267],[-88.016747,40.215207],[-88.016805,40.215173],[-88.016772,40.215064],[-88.016595,40.214324],[-88.016391,40.213304],[-88.016765,40.211901],[-88.013549,40.211924],[-88.009822,40.211949]]]},"properties":{"OBJECTID":4178096,"CALCACRES":52.159999849999998,"CALCACRES2":null}},{"type":"Feature","id":4178417,"geometry":{"type":"Polygon","coordinates":[[[-88.004017,40.215295],[-88.009733,40.215289],[-88.009687,40.208245],[-88.003987,40.208226],[-88.003971,40.208226],[-88.003971,40.208251],[-88.004017,40.215295]]]},"properties":{"OBJECTID":4178417,"CALCACRES":94.150001529999997,"CALCACRES2":null}},{"type":"Feature","id":4178715,"geometry":{"type":"Polygon","coordinates":[[[-88.108741,40.224623],[-88.108957,40.224624],[-88.111654,40.224607],[-88.111776,40.224404],[-88.112343,40.224398],[-88.113165,40.224413],[-88.113821,40.224407],[-88.114612,40.224399],[-88.115089,40.224349],[-88.115292,40.224241],[-88.115615,40.223657],[-88.115948,40.223002],[-88.116237,40.222473],[-88.114647,40.222476],[-88.114588,40.218872],[-88.109767,40.218884],[-88.109679,40.215812],[-88.109675,40.215713],[-88.109663,40.215258],[-88.104977,40.215292],[-88.105084,40.224604],[-88.107457,40.224617],[-88.107443,40.223769],[-88.108727,40.223734],[-88.108741,40.224623]]]},"properties":{"OBJECTID":4178715,"CALCACRES":168.6499939,"CALCACRES2":null}},{"type":"Feature","id":4178717,"geometry":{"type":"Polygon","coordinates":[[[-88.109679,40.215812],[-88.109767,40.218884],[-88.114588,40.218872],[-88.114571,40.218196],[-88.114582,40.218168],[-88.114498,40.215235],[-88.112944,40.21525],[-88.112983,40.216248],[-88.112369,40.216254],[-88.112371,40.216319],[-88.111895,40.216323],[-88.111624,40.216241],[-88.111229,40.216116],[-88.110849,40.21599],[-88.110498,40.215929],[-88.11009,40.21588],[-88.10981,40.215839],[-88.109679,40.215812]]]},"properties":{"OBJECTID":4178717,"CALCACRES":34.380001069999999,"CALCACRES2":null}},{"type":"Feature","id":4181440,"geometry":{"type":"Polygon","coordinates":[[[-88.017405,40.217757],[-88.017431,40.217848],[-88.017483,40.218069],[-88.017531,40.218226],[-88.017602,40.218365],[-88.018097,40.218702],[-88.018719,40.219073],[-88.019213,40.219365],[-88.019354,40.219495],[-88.019452,40.219676],[-88.019479,40.220187],[-88.019697,40.220183],[-88.019699,40.219881],[-88.019664,40.219602],[-88.019555,40.219412],[-88.019254,40.219169],[-88.018405,40.218703],[-88.017926,40.218389],[-88.017781,40.218217],[-88.017718,40.217991],[-88.017715,40.217754],[-88.017653,40.217748],[-88.017405,40.217757]]]},"properties":{"OBJECTID":4181440,"CALCACRES":1.60000002,"CALCACRES2":null}},{"type":"Feature","id":4181759,"geometry":{"type":"Polygon","coordinates":[[[-88.114724,40.200581],[-88.121776,40.20055],[-88.121912,40.20055],[-88.122384,40.200552],[-88.125254,40.200562],[-88.125229,40.195985],[-88.123901,40.195987],[-88.123876,40.195392],[-88.125189,40.195391],[-88.125175,40.193217],[-88.114823,40.193329],[-88.114773,40.196934],[-88.114724,40.200581]]]},"properties":{"OBJECTID":4181759,"CALCACRES":175.99000548999999,"CALCACRES2":null}},{"type":"Feature","id":4182510,"geometry":{"type":"Polygon","coordinates":[[[-88.066916,40.194191],[-88.066933,40.195691],[-88.066908,40.200912],[-88.071544,40.200884],[-88.071477,40.197247],[-88.071479,40.196676],[-88.070465,40.196749],[-88.069558,40.196776],[-88.068779,40.196563],[-88.068224,40.196184],[-88.067955,40.195765],[-88.067805,40.195355],[-88.067751,40.194943],[-88.067545,40.194744],[-88.067446,40.194479],[-88.0674,40.194232],[-88.067382,40.194205],[-88.066916,40.194191]]]},"properties":{"OBJECTID":4182510,"CALCACRES":50.729999540000001,"CALCACRES2":null}},{"type":"Feature","id":4182810,"geometry":{"type":"Polygon","coordinates":[[[-88.03262,40.200886],[-88.03375,40.200877],[-88.033744,40.200511],[-88.033742,40.197253],[-88.031314,40.197228],[-88.031481,40.197987],[-88.03262,40.200886]]]},"properties":{"OBJECTID":4182810,"CALCACRES":15.52999973,"CALCACRES2":null}},{"type":"Feature","id":4182812,"geometry":{"type":"Polygon","coordinates":[[[-88.030835,40.197228],[-88.030522,40.197227],[-88.030761,40.198066],[-88.031866,40.200893],[-88.03217,40.200891],[-88.031778,40.199907],[-88.031281,40.198628],[-88.031052,40.198003],[-88.030978,40.197721],[-88.030892,40.19743],[-88.030835,40.197228]]]},"properties":{"OBJECTID":4182812,"CALCACRES":2.5999998999999998,"CALCACRES2":null}},{"type":"Feature","id":4166433,"geometry":{"type":"Polygon","coordinates":[[[-87.994596,40.199318],[-87.994582,40.200785],[-88.003955,40.200824],[-88.003955,40.200814],[-88.00395,40.197919],[-88.003947,40.196202],[-88.003923,40.194555],[-88.003945,40.193608],[-88.003946,40.193582],[-87.997798,40.193543],[-87.994581,40.193537],[-87.994538,40.193537],[-87.994583,40.198448],[-87.995403,40.198441],[-87.995419,40.19869],[-87.995613,40.198677],[-87.995625,40.199309],[-87.994596,40.199318]]]},"properties":{"OBJECTID":4166433,"CALCACRES":156.72999573000001,"CALCACRES2":null}},{"type":"Feature","id":4167403,"geometry":{"type":"Polygon","coordinates":[[[-88.009864,40.217779],[-88.009884,40.217779],[-88.013118,40.217762],[-88.014628,40.217749],[-88.014585,40.215614],[-88.013226,40.215604],[-88.011406,40.215632],[-88.010065,40.215781],[-88.009796,40.215783],[-88.009864,40.217779]]]},"properties":{"OBJECTID":4167403,"CALCACRES":23.61000061,"CALCACRES2":null}},{"type":"Feature","id":4167420,"geometry":{"type":"Polygon","coordinates":[[[-88.019413,40.215461],[-88.022527,40.215481],[-88.02378,40.215484],[-88.023767,40.215363],[-88.023794,40.215157],[-88.024031,40.215029],[-88.024227,40.215027],[-88.024226,40.215004],[-88.024157,40.211907],[-88.022898,40.211919],[-88.022902,40.208246],[-88.022078,40.208261],[-88.019319,40.208251],[-88.018392,40.208248],[-88.016422,40.208254],[-88.015401,40.208263],[-88.015333,40.208263],[-88.015195,40.208238],[-88.015153,40.20823],[-88.01535,40.208758],[-88.015881,40.209314],[-88.01656,40.209857],[-88.017134,40.210287],[-88.017422,40.210627],[-88.017456,40.210902],[-88.017286,40.211498],[-88.017207,40.211893],[-88.017457,40.211893],[-88.019369,40.211892],[-88.019413,40.215461]]]},"properties":{"OBJECTID":4167420,"CALCACRES":93.550003050000001,"CALCACRES2":null}},{"type":"Feature","id":4167437,"geometry":{"type":"Polygon","coordinates":[[[-88.022798,40.20091],[-88.022917,40.20091],[-88.022883,40.198628],[-88.022877,40.198195],[-88.023712,40.198186],[-88.023739,40.196973],[-88.023411,40.196955],[-88.02323,40.196842],[-88.022483,40.196791],[-88.022021,40.196839],[-88.022048,40.19763],[-88.022734,40.197623],[-88.022798,40.20091]]]},"properties":{"OBJECTID":4167437,"CALCACRES":5.1500000999999997,"CALCACRES2":null}},{"type":"Feature","id":4168339,"geometry":{"type":"Polygon","coordinates":[[[-88.073772,40.215394],[-88.073501,40.215406],[-88.073676,40.215545],[-88.078914,40.21875],[-88.079272,40.218755],[-88.0766,40.217102],[-88.073772,40.215394]]]},"properties":{"OBJECTID":4168339,"CALCACRES":2.83999991,"CALCACRES2":null}},{"type":"Feature","id":4168356,"geometry":{"type":"Polygon","coordinates":[[[-88.065058,40.208169],[-88.065249,40.20905],[-88.065713,40.210557],[-88.065893,40.211169],[-88.065894,40.211172],[-88.06609,40.211122],[-88.066108,40.211122],[-88.065683,40.209696],[-88.065388,40.208967],[-88.065321,40.208521],[-88.065403,40.208167],[-88.065164,40.208169],[-88.065058,40.208169]]]},"properties":{"OBJECTID":4168356,"CALCACRES":1.5099999900000001,"CALCACRES2":null}},{"type":"Feature","id":4168373,"geometry":{"type":"Polygon","coordinates":[[[-88.048074,40.20242],[-88.048082,40.2037],[-88.048958,40.203682],[-88.048953,40.202412],[-88.048074,40.20242]]]},"properties":{"OBJECTID":4168373,"CALCACRES":2.6099999,"CALCACRES2":null}},{"type":"Feature","id":4169190,"geometry":{"type":"Polygon","coordinates":[[[-88.104929,40.205223],[-88.104,40.205221],[-88.103986,40.20712],[-88.104905,40.207091],[-88.104929,40.205223]]]},"properties":{"OBJECTID":4169190,"CALCACRES":4.05999994,"CALCACRES2":null}},{"type":"Feature","id":4177512,"geometry":{"type":"Polygon","coordinates":[[[-88.067077,40.211858],[-88.067483,40.212072],[-88.067965,40.212319],[-88.068551,40.212611],[-88.069093,40.212892],[-88.069575,40.213139],[-88.070147,40.213454],[-88.070584,40.213725],[-88.070945,40.213916],[-88.071246,40.214108],[-88.071668,40.214333],[-88.07224,40.214671],[-88.072888,40.215065],[-88.07325,40.215279],[-88.073384,40.215266],[-88.073367,40.215118],[-88.072028,40.214325],[-88.071288,40.213913],[-88.070611,40.213542],[-88.069881,40.213075],[-88.069257,40.212761],[-88.068413,40.21236],[-88.067736,40.212001],[-88.067074,40.211698],[-88.067077,40.211858]]]},"properties":{"OBJECTID":4177512,"CALCACRES":3.0399999599999998,"CALCACRES2":null}},{"type":"Feature","id":4178099,"geometry":{"type":"Polygon","coordinates":[[[-88.016765,40.211901],[-88.017027,40.211899],[-88.017196,40.211206],[-88.017278,40.210736],[-88.017125,40.210451],[-88.016597,40.210067],[-88.016038,40.209648],[-88.015187,40.208862],[-88.014973,40.208486],[-88.014894,40.208224],[-88.014933,40.2078],[-88.014882,40.207389],[-88.014904,40.206851],[-88.015565,40.205813],[-88.015806,40.205333],[-88.015787,40.205081],[-88.01563,40.204556],[-88.015458,40.203512],[-88.015316,40.201991],[-88.015227,40.201031],[-88.015023,40.201031],[-88.015152,40.202689],[-88.015354,40.204255],[-88.015564,40.205317],[-88.015208,40.205972],[-88.014657,40.206853],[-88.014692,40.20838],[-88.014934,40.208875],[-88.015559,40.209493],[-88.016205,40.210031],[-88.016839,40.210517],[-88.016999,40.21078],[-88.016932,40.211284],[-88.016765,40.211901]]]},"properties":{"OBJECTID":4178099,"CALCACRES":6.3000001900000004,"CALCACRES2":null}},{"type":"Feature","id":4178716,"geometry":{"type":"Polygon","coordinates":[[[-88.115006,40.215236],[-88.115023,40.215897],[-88.115808,40.215889],[-88.115797,40.215239],[-88.115006,40.215236]]]},"properties":{"OBJECTID":4178716,"CALCACRES":1.2100000399999999,"CALCACRES2":null}},{"type":"Feature","id":4178750,"geometry":{"type":"Polygon","coordinates":[[[-88.095354,40.196749],[-88.095376,40.198503],[-88.095389,40.200242],[-88.095379,40.200759],[-88.101567,40.200653],[-88.101557,40.199623],[-88.101407,40.199545],[-88.101368,40.198961],[-88.102345,40.198967],[-88.102348,40.199593],[-88.101698,40.199598],[-88.101708,40.200663],[-88.104891,40.200657],[-88.104903,40.197773],[-88.104276,40.197973],[-88.103548,40.198186],[-88.10302,40.198322],[-88.102538,40.198435],[-88.102244,40.198505],[-88.101908,40.198508],[-88.10142,40.198503],[-88.100659,40.198458],[-88.099717,40.198394],[-88.099,40.198355],[-88.098403,40.198315],[-88.098014,40.198284],[-88.097641,40.198242],[-88.097266,40.198154],[-88.096843,40.197849],[-88.0963,40.197488],[-88.095938,40.197205],[-88.095605,40.196945],[-88.095354,40.196749]]]},"properties":{"OBJECTID":4178750,"CALCACRES":54.810001370000002,"CALCACRES2":null}},{"type":"Feature","id":4181941,"geometry":{"type":"Polygon","coordinates":[[[-88.038478,40.213338],[-88.038486,40.21471],[-88.038901,40.214546],[-88.03877,40.213885],[-88.038661,40.213588],[-88.038478,40.213338]]]},"properties":{"OBJECTID":4181941,"CALCACRES":0.83999997000000004,"CALCACRES2":null}},{"type":"Feature","id":4182826,"geometry":{"type":"Polygon","coordinates":[[[-88.125368,40.220144],[-88.127783,40.220149],[-88.130556,40.220129],[-88.134914,40.220127],[-88.134911,40.219848],[-88.125359,40.219885],[-88.125368,40.220144]]]},"properties":{"OBJECTID":4182826,"CALCACRES":6.0100002300000002,"CALCACRES2":null}},{"type":"Feature","id":4183949,"geometry":{"type":"Polygon","coordinates":[[[-88.07525,40.215263],[-88.076322,40.215273],[-88.076303,40.214416],[-88.075245,40.214421],[-88.07525,40.215263]]]},"properties":{"OBJECTID":4183949,"CALCACRES":2.1099999,"CALCACRES2":null}},{"type":"Feature","id":4166437,"geometry":{"type":"Polygon","coordinates":[[[-88.009672,40.199352],[-88.009195,40.199943],[-88.008708,40.200302],[-88.007578,40.20089],[-88.007937,40.200884],[-88.008102,40.200782],[-88.008574,40.200549],[-88.008898,40.200381],[-88.00915,40.200212],[-88.009342,40.200045],[-88.009504,40.1999],[-88.009672,40.199669],[-88.009672,40.199352]]]},"properties":{"OBJECTID":4166437,"CALCACRES":0.97000003000000001,"CALCACRES2":null}},{"type":"Feature","id":4167407,"geometry":{"type":"Polygon","coordinates":[[[-88.038568,40.224853],[-88.04327,40.224823],[-88.04327,40.224811],[-88.043225,40.219949],[-88.04321,40.219949],[-88.039478,40.21996],[-88.038512,40.219968],[-88.038568,40.224853]]]},"properties":{"OBJECTID":4167407,"CALCACRES":53.630001069999999,"CALCACRES2":null}},{"type":"Feature","id":4167416,"geometry":{"type":"Polygon","coordinates":[[[-88.036142,40.208207],[-88.036532,40.208727],[-88.036958,40.209272],[-88.037188,40.209471],[-88.037654,40.20955],[-88.038215,40.209631],[-88.0385,40.209719],[-88.0385,40.209709],[-88.038508,40.208218],[-88.037359,40.208194],[-88.036799,40.2082],[-88.036142,40.208207]]]},"properties":{"OBJECTID":4167416,"CALCACRES":5.8899998699999996,"CALCACRES2":null}},{"type":"Feature","id":4168343,"geometry":{"type":"Polygon","coordinates":[[[-88.075755,40.219031],[-88.076427,40.219048],[-88.076394,40.217741],[-88.072594,40.215396],[-88.071667,40.215373],[-88.071765,40.218725],[-88.071791,40.219047],[-88.073549,40.21904],[-88.074755,40.219035],[-88.075755,40.219031]]]},"properties":{"OBJECTID":4168343,"CALCACRES":29.409999849999998,"CALCACRES2":null}},{"type":"Feature","id":4168352,"geometry":{"type":"Polygon","coordinates":[[[-88.048091,40.211802],[-88.052726,40.211793],[-88.052714,40.208143],[-88.048729,40.20811],[-88.048712,40.208524],[-88.048064,40.208519],[-88.048071,40.211493],[-88.048091,40.211802]]]},"properties":{"OBJECTID":4168352,"CALCACRES":39.259998320000001,"CALCACRES2":null}},{"type":"Feature","id":4168377,"geometry":{"type":"Polygon","coordinates":[[[-88.066337,40.196314],[-88.066093,40.196632],[-88.065663,40.19702],[-88.065237,40.197577],[-88.065112,40.197845],[-88.065055,40.198299],[-88.065009,40.19952],[-88.065211,40.20003],[-88.065637,40.200696],[-88.065693,40.200902],[-88.065859,40.200894],[-88.06575,40.200622],[-88.065476,40.200233],[-88.065207,40.19976],[-88.065115,40.199435],[-88.065144,40.198509],[-88.065222,40.197932],[-88.065411,40.197522],[-88.065795,40.197034],[-88.06631,40.196571],[-88.06652,40.19632],[-88.066337,40.196314]]]},"properties":{"OBJECTID":4168377,"CALCACRES":1.39999998,"CALCACRES2":null}},{"type":"Feature","id":4169177,"geometry":{"type":"Polygon","coordinates":[[[-88.115181,40.211545],[-88.125182,40.211512],[-88.125234,40.207888],[-88.115221,40.207924],[-88.115181,40.211545]]]},"properties":{"OBJECTID":4169177,"CALCACRES":84.620002749999998,"CALCACRES2":null}},{"type":"Feature","id":4169186,"geometry":{"type":"Polygon","coordinates":[[[-88.085861,40.209364],[-88.08588,40.215255],[-88.090621,40.215255],[-88.090588,40.208105],[-88.090599,40.200828],[-88.088742,40.200817],[-88.085834,40.200858],[-88.085844,40.209238],[-88.087844,40.209254],[-88.087837,40.208785],[-88.089225,40.208783],[-88.089236,40.209481],[-88.088504,40.209487],[-88.087893,40.209505],[-88.087757,40.209369],[-88.085861,40.209364]]]},"properties":{"OBJECTID":4169186,"CALCACRES":156.97999573000001,"CALCACRES2":null}},{"type":"Feature","id":4169947,"geometry":{"type":"Polygon","coordinates":[[[-88.125356,40.215194],[-88.130124,40.215175],[-88.130085,40.211514],[-88.125296,40.211556],[-88.125317,40.213741],[-88.125356,40.215194]]]},"properties":{"OBJECTID":4169947,"CALCACRES":40.77999878,"CALCACRES2":null}},{"type":"Feature","id":4177508,"geometry":{"type":"Polygon","coordinates":[[[-88.069791,40.215314],[-88.072825,40.215289],[-88.07242,40.215081],[-88.071921,40.214725],[-88.07156,40.214591],[-88.071333,40.214365],[-88.071138,40.214275],[-88.070852,40.214163],[-88.070641,40.214005],[-88.070444,40.213858],[-88.070219,40.21378],[-88.070162,40.213912],[-88.070149,40.214038],[-88.070116,40.214301],[-88.070078,40.214477],[-88.069988,40.214705],[-88.069844,40.214974],[-88.069793,40.215171],[-88.069791,40.215314]]]},"properties":{"OBJECTID":4177508,"CALCACRES":5.4600000399999997,"CALCACRES2":null}},{"type":"Feature","id":4178035,"geometry":{"type":"Polygon","coordinates":[[[-88.04319,40.217656],[-88.044056,40.21814],[-88.045141,40.218622],[-88.045597,40.218939],[-88.046082,40.219419],[-88.04713,40.220111],[-88.04791,40.220261],[-88.047918,40.220032],[-88.047221,40.219849],[-88.046779,40.219539],[-88.046531,40.219363],[-88.046233,40.219166],[-88.045868,40.218723],[-88.045343,40.218411],[-88.044807,40.218175],[-88.044243,40.217929],[-88.043955,40.217786],[-88.04361,40.217579],[-88.043184,40.217304],[-88.043182,40.217442],[-88.043189,40.217634],[-88.04319,40.217656]]]},"properties":{"OBJECTID":4178035,"CALCACRES":3.6099999,"CALCACRES2":null}},{"type":"Feature","id":4178103,"geometry":{"type":"Polygon","coordinates":[[[-88.029054,40.206723],[-88.029064,40.207387],[-88.029063,40.208268],[-88.029376,40.208265],[-88.035777,40.208208],[-88.035857,40.20789],[-88.036063,40.207348],[-88.035916,40.2067],[-88.035767,40.20612],[-88.035534,40.205139],[-88.035004,40.204642],[-88.034373,40.203886],[-88.03367,40.202983],[-88.032962,40.202021],[-88.032763,40.201774],[-88.032549,40.201558],[-88.032064,40.201131],[-88.031905,40.200986],[-88.028968,40.201003],[-88.029046,40.206186],[-88.029927,40.206201],[-88.029892,40.205892],[-88.031295,40.205891],[-88.031307,40.206703],[-88.029054,40.206723]]]},"properties":{"OBJECTID":4178103,"CALCACRES":91.25,"CALCACRES2":null}},{"type":"Feature","id":4178112,"geometry":{"type":"Polygon","coordinates":[[[-88.022917,40.20091],[-88.024835,40.200903],[-88.024876,40.193583],[-88.024062,40.193577],[-88.023091,40.193569],[-88.01922,40.193579],[-88.017161,40.193563],[-88.015194,40.193545],[-88.014853,40.193702],[-88.014304,40.193844],[-88.013692,40.193883],[-88.013409,40.193909],[-88.013173,40.194094],[-88.012648,40.194911],[-88.012319,40.195314],[-88.011752,40.195845],[-88.011282,40.196307],[-88.01124,40.196548],[-88.01129,40.196879],[-88.011532,40.197106],[-88.012102,40.197284],[-88.01291,40.197471],[-88.013316,40.197662],[-88.013709,40.197991],[-88.013968,40.198389],[-88.014336,40.199004],[-88.014594,40.199287],[-88.014995,40.199797],[-88.015416,40.200413],[-88.015709,40.200925],[-88.016024,40.20092],[-88.017456,40.200919],[-88.022216,40.200911],[-88.022798,40.20091],[-88.022734,40.197623],[-88.022048,40.19763],[-88.022021,40.196839],[-88.022483,40.196791],[-88.02323,40.196842],[-88.023411,40.196955],[-88.023739,40.196973],[-88.023712,40.198186],[-88.022877,40.198195],[-88.022883,40.198628],[-88.022917,40.20091]]]},"properties":{"OBJECTID":4178112,"CALCACRES":191.92999268,"CALCACRES2":null}},{"type":"Feature","id":4178737,"geometry":{"type":"Polygon","coordinates":[[[-88.109789,40.206129],[-88.114626,40.206083],[-88.11464,40.204307],[-88.10979,40.204296],[-88.109789,40.206129]]]},"properties":{"OBJECTID":4178737,"CALCACRES":20.409999849999998,"CALCACRES2":null}},{"type":"Feature","id":4180209,"geometry":{"type":"Polygon","coordinates":[[[-88.047904,40.219884],[-88.047925,40.2191],[-88.047907,40.2187],[-88.046847,40.21871],[-88.046881,40.21895],[-88.046632,40.218951],[-88.046252,40.218958],[-88.046377,40.219113],[-88.046667,40.219299],[-88.047025,40.219537],[-88.047425,40.219794],[-88.047904,40.219884]]]},"properties":{"OBJECTID":4180209,"CALCACRES":2.8699998899999999,"CALCACRES2":null}},{"type":"Feature","id":4181443,"geometry":{"type":"Polygon","coordinates":[[[-88.019061,40.224844],[-88.019302,40.224847],[-88.019232,40.220189],[-88.019234,40.219799],[-88.019185,40.219619],[-88.019081,40.219549],[-88.018388,40.219143],[-88.017521,40.218586],[-88.017522,40.218799],[-88.017939,40.219101],[-88.018791,40.219634],[-88.018895,40.219712],[-88.018984,40.219847],[-88.019061,40.224844]]]},"properties":{"OBJECTID":4181443,"CALCACRES":3.8199999299999998,"CALCACRES2":null}},{"type":"Feature","id":4182315,"geometry":{"type":"Polygon","coordinates":[[[-88.068119,40.224748],[-88.068392,40.224747],[-88.068414,40.224473],[-88.068527,40.224104],[-88.069001,40.22367],[-88.06974,40.223058],[-88.070253,40.222542],[-88.070567,40.222196],[-88.070664,40.222001],[-88.070722,40.221789],[-88.070684,40.221032],[-88.070693,40.219065],[-88.070541,40.21905],[-88.070399,40.219046],[-88.070413,40.22106],[-88.070409,40.221735],[-88.070376,40.221921],[-88.070251,40.222137],[-88.069708,40.222725],[-88.068701,40.223578],[-88.068251,40.224009],[-88.068195,40.224162],[-88.068152,40.224373],[-88.068128,40.224568],[-88.068119,40.224748]]]},"properties":{"OBJECTID":4182315,"CALCACRES":4.30999994,"CALCACRES2":null}},{"type":"Feature","id":4182813,"geometry":{"type":"Polygon","coordinates":[[[-88.030522,40.197227],[-88.028992,40.197206],[-88.02902,40.200919],[-88.029692,40.200913],[-88.031866,40.200893],[-88.030761,40.198066],[-88.030522,40.197227]]]},"properties":{"OBJECTID":4182813,"CALCACRES":18.559999470000001,"CALCACRES2":null}},{"type":"Feature","id":4166426,"geometry":{"type":"Polygon","coordinates":[[[-87.999262,40.215053],[-88.000416,40.215065],[-88.000478,40.215522],[-88.002138,40.215507],[-88.004019,40.215491],[-88.004019,40.215468],[-88.004017,40.215295],[-88.003971,40.208251],[-88.003971,40.208226],[-87.999479,40.208256],[-87.999234,40.208255],[-87.999234,40.208273],[-87.999249,40.212329],[-87.999247,40.214766],[-87.999262,40.215053]]]},"properties":{"OBJECTID":4166426,"CALCACRES":79.309997559999999,"CALCACRES2":null}},{"type":"Feature","id":4167426,"geometry":{"type":"Polygon","coordinates":[[[-88.024135,40.208239],[-88.028375,40.208205],[-88.028928,40.208223],[-88.02889,40.202812],[-88.028878,40.201027],[-88.028818,40.200993],[-88.027102,40.200997],[-88.026969,40.200993],[-88.027027,40.202857],[-88.025968,40.202866],[-88.02594,40.20099],[-88.024123,40.200996],[-88.024135,40.208239]]]},"properties":{"OBJECTID":4167426,"CALCACRES":75.989997860000003,"CALCACRES2":null}},{"type":"Feature","id":4168329,"geometry":{"type":"Polygon","coordinates":[[[-88.073549,40.21904],[-88.073576,40.219873],[-88.074395,40.219867],[-88.074501,40.224706],[-88.074562,40.224706],[-88.074575,40.22466],[-88.074481,40.219649],[-88.074765,40.219658],[-88.074755,40.219035],[-88.073549,40.21904]]]},"properties":{"OBJECTID":4168329,"CALCACRES":3.1199998899999999,"CALCACRES2":null}},{"type":"Feature","id":4168362,"geometry":{"type":"Polygon","coordinates":[[[-88.081043,40.201697],[-88.081071,40.204164],[-88.081065,40.204488],[-88.085731,40.20443],[-88.085749,40.201844],[-88.085718,40.200826],[-88.084803,40.200855],[-88.081033,40.200858],[-88.08104,40.201468],[-88.081043,40.201697]]]},"properties":{"OBJECTID":4168362,"CALCACRES":39.439998629999998,"CALCACRES2":null}},{"type":"Feature","id":4168397,"geometry":{"type":"Polygon","coordinates":[[[-88.085743,40.197233],[-88.080989,40.197259],[-88.081045,40.200811],[-88.084787,40.20079],[-88.085724,40.200746],[-88.085743,40.197233]]]},"properties":{"OBJECTID":4168397,"CALCACRES":39.069999690000003,"CALCACRES2":null}},{"type":"Feature","id":4169166,"geometry":{"type":"Polygon","coordinates":[[[-88.095417,40.218941],[-88.087334,40.218984],[-88.087141,40.218985],[-88.085868,40.218985],[-88.085885,40.219912],[-88.08629,40.219908],[-88.086368,40.220067],[-88.085888,40.220072],[-88.0859,40.22069],[-88.085889,40.221868],[-88.094888,40.221805],[-88.094923,40.221712],[-88.095005,40.221611],[-88.095464,40.221389],[-88.095417,40.218941]]]},"properties":{"OBJECTID":4169166,"CALCACRES":63.479999540000001,"CALCACRES2":null}},{"type":"Feature","id":4169180,"geometry":{"type":"Polygon","coordinates":[[[-88.104885,40.214402],[-88.104892,40.21162],[-88.104164,40.211625],[-88.100224,40.211641],[-88.100151,40.211642],[-88.100174,40.215201],[-88.101486,40.215215],[-88.10346,40.215204],[-88.103458,40.214415],[-88.104885,40.214402]]]},"properties":{"OBJECTID":4169180,"CALCACRES":36.790000919999997,"CALCACRES2":null}},{"type":"Feature","id":4169183,"geometry":{"type":"Polygon","coordinates":[[[-88.104928,40.211059],[-88.104895,40.207935],[-88.100211,40.208049],[-88.100166,40.208049],[-88.100151,40.211641],[-88.100151,40.211642],[-88.100224,40.211641],[-88.104164,40.211625],[-88.104152,40.211067],[-88.104928,40.211059]]]},"properties":{"OBJECTID":4169183,"CALCACRES":39.38999939,"CALCACRES2":null}},{"type":"Feature","id":4169197,"geometry":{"type":"Polygon","coordinates":[[[-88.10979,40.204296],[-88.11464,40.204307],[-88.114641,40.204307],[-88.11467,40.200645],[-88.111276,40.200689],[-88.109761,40.200681],[-88.109779,40.202574],[-88.10979,40.204296]]]},"properties":{"OBJECTID":4169197,"CALCACRES":41.33000183,"CALCACRES2":null}},{"type":"Feature","id":4176668,"geometry":{"type":"Polygon","coordinates":[[[-87.994566,40.203715],[-87.994567,40.203817],[-87.994954,40.203793],[-87.995341,40.203749],[-87.995533,40.203701],[-87.995856,40.203589],[-87.996156,40.203441],[-87.996982,40.20298],[-87.998155,40.202986],[-87.998696,40.203013],[-87.999204,40.203202],[-88.000989,40.203151],[-88.001918,40.20257],[-88.002218,40.202345],[-88.002542,40.202081],[-88.002803,40.201908],[-88.003936,40.201195],[-88.004246,40.200977],[-87.994569,40.200927],[-87.994567,40.201021],[-88.003797,40.201074],[-88.003682,40.201217],[-88.003484,40.201352],[-88.003193,40.201549],[-88.002753,40.201831],[-88.002347,40.20212],[-88.001924,40.202451],[-88.001368,40.202814],[-88.000977,40.203067],[-87.999217,40.203116],[-87.998691,40.202915],[-87.996915,40.202884],[-87.99659,40.203082],[-87.996097,40.203364],[-87.995686,40.203547],[-87.995389,40.203641],[-87.994958,40.203714],[-87.994566,40.203715]]]},"properties":{"OBJECTID":4176668,"CALCACRES":4.4099998500000002,"CALCACRES2":null}},{"type":"Feature","id":4178539,"geometry":{"type":"Polygon","coordinates":[[[-88.065242,40.200885],[-88.065396,40.200886],[-88.065076,40.200336],[-88.064831,40.199827],[-88.064803,40.19922],[-88.064823,40.198648],[-88.064885,40.197806],[-88.065003,40.197519],[-88.065096,40.197273],[-88.065768,40.196549],[-88.066052,40.196309],[-88.065876,40.196306],[-88.065541,40.19665],[-88.064972,40.197242],[-88.064764,40.197806],[-88.064682,40.198913],[-88.064708,40.199873],[-88.065242,40.200885]]]},"properties":{"OBJECTID":4178539,"CALCACRES":1.39999998,"CALCACRES2":null}},{"type":"Feature","id":4178540,"geometry":{"type":"Polygon","coordinates":[[[-88.062717,40.200876],[-88.062933,40.200877],[-88.065242,40.200885],[-88.064708,40.199873],[-88.064682,40.198913],[-88.064764,40.197806],[-88.064972,40.197242],[-88.065541,40.19665],[-88.065876,40.196306],[-88.065503,40.1963],[-88.062137,40.196274],[-88.062135,40.196506],[-88.06238,40.196511],[-88.063723,40.19651],[-88.063765,40.197614],[-88.063259,40.197676],[-88.062632,40.197659],[-88.062674,40.199083],[-88.062717,40.200876]]]},"properties":{"OBJECTID":4178540,"CALCACRES":21.659999849999998,"CALCACRES2":null}},{"type":"Feature","id":4178740,"geometry":{"type":"Polygon","coordinates":[[[-88.115221,40.207924],[-88.125234,40.207888],[-88.125244,40.207462],[-88.125264,40.206313],[-88.125253,40.205995],[-88.114626,40.206083],[-88.11463,40.206284],[-88.114662,40.207907],[-88.115221,40.207924]]]},"properties":{"OBJECTID":4178740,"CALCACRES":46.259998320000001,"CALCACRES2":null}},{"type":"Feature","id":4178743,"geometry":{"type":"Polygon","coordinates":[[[-88.107951,40.196664],[-88.107949,40.196636],[-88.107815,40.196714],[-88.107306,40.196895],[-88.106492,40.197178],[-88.105742,40.197459],[-88.105035,40.197744],[-88.105012,40.199544],[-88.10662,40.199517],[-88.106638,40.200629],[-88.108899,40.200617],[-88.114724,40.200581],[-88.114773,40.196934],[-88.111137,40.19698],[-88.107952,40.19701],[-88.107951,40.196664]]]},"properties":{"OBJECTID":4178743,"CALCACRES":76.930000309999997,"CALCACRES2":null}},{"type":"Feature","id":4181934,"geometry":{"type":"Polygon","coordinates":[[[-88.007137,40.215585],[-88.007151,40.215781],[-88.007157,40.217979],[-88.006662,40.217994],[-88.006672,40.218653],[-88.007636,40.218654],[-88.007679,40.218035],[-88.0073,40.217978],[-88.007265,40.215585],[-88.007137,40.215585]]]},"properties":{"OBJECTID":4181934,"CALCACRES":2.2599999899999998,"CALCACRES2":null}},{"type":"Feature","id":4181965,"geometry":{"type":"Polygon","coordinates":[[[-88.048371,40.219125],[-88.048358,40.219019],[-88.048224,40.21902],[-88.048226,40.219126],[-88.048371,40.219125]]]},"properties":{"OBJECTID":4181965,"CALCACRES":0.029999999999999999,"CALCACRES2":null}},{"type":"Feature","id":4182216,"geometry":{"type":"Polygon","coordinates":[[[-88.038512,40.219968],[-88.039478,40.21996],[-88.04321,40.219949],[-88.043225,40.219949],[-88.04319,40.217656],[-88.043189,40.217634],[-88.043008,40.217462],[-88.042698,40.21723],[-88.042485,40.217118],[-88.042091,40.21696],[-88.041847,40.216921],[-88.04154,40.216883],[-88.041254,40.216846],[-88.040979,40.216808],[-88.040746,40.216769],[-88.04049,40.216658],[-88.040191,40.216442],[-88.039816,40.216121],[-88.039355,40.215749],[-88.039024,40.215487],[-88.03847,40.215484],[-88.038522,40.217417],[-88.038502,40.219042],[-88.038512,40.219968]]]},"properties":{"OBJECTID":4182216,"CALCACRES":37.409999849999998,"CALCACRES2":null}},{"type":"Feature","id":4182769,"geometry":{"type":"Polygon","coordinates":[[[-88.019698,40.220185],[-88.021997,40.220205],[-88.024818,40.220215],[-88.026149,40.220221],[-88.026162,40.215664],[-88.019512,40.215647],[-88.019532,40.217713],[-88.017715,40.217754],[-88.017718,40.217991],[-88.017781,40.218217],[-88.017926,40.218389],[-88.018405,40.218703],[-88.019254,40.219169],[-88.019555,40.219412],[-88.019664,40.219602],[-88.019699,40.219881],[-88.019697,40.220183],[-88.019698,40.220185]]]},"properties":{"OBJECTID":4182769,"CALCACRES":74.690002440000001,"CALCACRES2":null}},{"type":"Feature","id":4183470,"geometry":{"type":"Polygon","coordinates":[[[-88.114582,40.218168],[-88.114571,40.218196],[-88.114923,40.218193],[-88.114931,40.218215],[-88.115024,40.218214],[-88.115035,40.218119],[-88.114929,40.218116],[-88.11493,40.21817],[-88.114582,40.218168]]]},"properties":{"OBJECTID":4183470,"CALCACRES":0.040000000000000001,"CALCACRES2":null}},{"type":"Feature","id":4166427,"geometry":{"type":"Polygon","coordinates":[[[-88.000478,40.215522],[-88.000416,40.215065],[-87.999262,40.215053],[-87.999286,40.215498],[-87.999288,40.215532],[-88.000478,40.215522]]]},"properties":{"OBJECTID":4166427,"CALCACRES":1.27999997,"CALCACRES2":null}},{"type":"Feature","id":4167056,"geometry":{"type":"Polygon","coordinates":[[[-87.999319,40.2173],[-88.001614,40.217297],[-88.00342,40.217305],[-88.0037,40.217296],[-88.003943,40.217246],[-88.004058,40.217139],[-88.004109,40.216953],[-88.004125,40.215596],[-88.003932,40.215597],[-88.003929,40.216362],[-88.003929,40.216978],[-88.003896,40.217066],[-88.003836,40.217141],[-88.003572,40.217192],[-88.003127,40.217201],[-88.002061,40.217202],[-87.999434,40.217163],[-87.999317,40.217162],[-87.999318,40.217204],[-87.999319,40.217266],[-87.999319,40.2173]]]},"properties":{"OBJECTID":4167056,"CALCACRES":1.89999998,"CALCACRES2":null}},{"type":"Feature","id":4167399,"geometry":{"type":"Polygon","coordinates":[[[-88.01312,40.224885],[-88.015861,40.224884],[-88.015837,40.223271],[-88.015835,40.223089],[-88.016657,40.223087],[-88.016667,40.217755],[-88.015162,40.217745],[-88.014628,40.217749],[-88.013118,40.217762],[-88.013118,40.217774],[-88.01312,40.221433],[-88.013121,40.223014],[-88.01312,40.224885]]]},"properties":{"OBJECTID":4167399,"CALCACRES":55.549999239999998,"CALCACRES2":null}},{"type":"Feature","id":4167413,"geometry":{"type":"Polygon","coordinates":[[[-88.029073,40.210067],[-88.029984,40.21007],[-88.029969,40.209121],[-88.029507,40.209125],[-88.029432,40.209042],[-88.029056,40.209046],[-88.029073,40.210067]]]},"properties":{"OBJECTID":4167413,"CALCACRES":2.08999991,"CALCACRES2":null}},{"type":"Feature","id":4168335,"geometry":{"type":"Polygon","coordinates":[[[-88.079893,40.21958],[-88.07963,40.219406],[-88.079519,40.219392],[-88.079903,40.220028],[-88.080136,40.220478],[-88.080273,40.221349],[-88.080369,40.222604],[-88.080393,40.223509],[-88.0804,40.223681],[-88.080668,40.223674],[-88.080685,40.223674],[-88.080598,40.222287],[-88.080399,40.220467],[-88.080171,40.220031],[-88.079893,40.21958]]]},"properties":{"OBJECTID":4168335,"CALCACRES":2.5,"CALCACRES2":null}},{"type":"Feature","id":4168342,"geometry":{"type":"Polygon","coordinates":[[[-88.072594,40.215396],[-88.076394,40.217741],[-88.076402,40.217521],[-88.073539,40.215756],[-88.072966,40.215395],[-88.072594,40.215396]]]},"properties":{"OBJECTID":4168342,"CALCACRES":1.89999998,"CALCACRES2":null}},{"type":"Feature","id":4168349,"geometry":{"type":"Polygon","coordinates":[[[-88.048091,40.211802],[-88.048072,40.215429],[-88.05028,40.215409],[-88.052737,40.215397],[-88.052726,40.211793],[-88.048091,40.211802]]]},"properties":{"OBJECTID":4168349,"CALCACRES":39.22000122,"CALCACRES2":null}},{"type":"Feature","id":4169178,"geometry":{"type":"Polygon","coordinates":[[[-88.105014,40.207934],[-88.104996,40.207934],[-88.104971,40.209616],[-88.104935,40.215212],[-88.106636,40.215218],[-88.115098,40.215209],[-88.115181,40.211545],[-88.115221,40.207924],[-88.114662,40.207907],[-88.112102,40.207901],[-88.109792,40.207912],[-88.10507,40.207934],[-88.105014,40.207934]]]},"properties":{"OBJECTID":4169178,"CALCACRES":173.99000548999999,"CALCACRES2":null}},{"type":"Feature","id":4169185,"geometry":{"type":"Polygon","coordinates":[[[-88.095372,40.215223],[-88.095392,40.208117],[-88.090588,40.208105],[-88.090621,40.215255],[-88.095372,40.215223]]]},"properties":{"OBJECTID":4169185,"CALCACRES":79.489997860000003,"CALCACRES2":null}},{"type":"Feature","id":4169964,"geometry":{"type":"Polygon","coordinates":[[[-88.125344,40.201174],[-88.125601,40.201152],[-88.125736,40.201208],[-88.125757,40.201586],[-88.126041,40.201572],[-88.126111,40.201296],[-88.126785,40.201285],[-88.126804,40.200632],[-88.125339,40.200629],[-88.125344,40.201174]]]},"properties":{"OBJECTID":4169964,"CALCACRES":2.3499998999999998,"CALCACRES2":null}},{"type":"Feature","id":4177509,"geometry":{"type":"Polygon","coordinates":[[[-88.067079,40.212172],[-88.067144,40.215301],[-88.067279,40.215334],[-88.069587,40.215317],[-88.069659,40.215004],[-88.069774,40.214694],[-88.069888,40.214372],[-88.06993,40.214177],[-88.069942,40.213983],[-88.069894,40.213789],[-88.069937,40.213587],[-88.069515,40.213351],[-88.069109,40.213126],[-88.068729,40.212972],[-88.068267,40.212722],[-88.067815,40.212497],[-88.067394,40.212272],[-88.067228,40.212182],[-88.067079,40.212172]]]},"properties":{"OBJECTID":4177509,"CALCACRES":15.80000019,"CALCACRES2":null}},{"type":"Feature","id":4178095,"geometry":{"type":"Polygon","coordinates":[[[-88.017207,40.211893],[-88.017119,40.212189],[-88.016921,40.213],[-88.016837,40.213413],[-88.016888,40.213824],[-88.017102,40.214669],[-88.017373,40.215476],[-88.01762,40.215476],[-88.017453,40.214993],[-88.01715,40.213853],[-88.017094,40.213498],[-88.017107,40.213278],[-88.017234,40.212728],[-88.017457,40.211893],[-88.017207,40.211893]]]},"properties":{"OBJECTID":4178095,"CALCACRES":2.1099999,"CALCACRES2":null}},{"type":"Feature","id":4178102,"geometry":{"type":"Polygon","coordinates":[[[-88.032097,40.200984],[-88.032353,40.201209],[-88.032839,40.201661],[-88.033564,40.202631],[-88.034379,40.203692],[-88.035055,40.204528],[-88.035682,40.205117],[-88.035963,40.206392],[-88.03612,40.206959],[-88.036205,40.207377],[-88.036101,40.207662],[-88.035939,40.208031],[-88.035924,40.208207],[-88.036015,40.208206],[-88.036015,40.208205],[-88.036049,40.208205],[-88.036068,40.20809],[-88.036131,40.207907],[-88.036288,40.207603],[-88.036331,40.207345],[-88.036317,40.207191],[-88.036039,40.206184],[-88.035963,40.205876],[-88.035873,40.205474],[-88.035786,40.20507],[-88.035567,40.204856],[-88.035189,40.204493],[-88.034572,40.20377],[-88.034017,40.203039],[-88.033637,40.202562],[-88.033332,40.202152],[-88.032974,40.201665],[-88.032828,40.201512],[-88.032457,40.201168],[-88.032236,40.200976],[-88.032097,40.200984]]]},"properties":{"OBJECTID":4178102,"CALCACRES":2.2999999500000001,"CALCACRES2":null}},{"type":"Feature","id":4178109,"geometry":{"type":"Polygon","coordinates":[[[-88.00978,40.199787],[-88.009804,40.200918],[-88.015214,40.200919],[-88.015152,40.200725],[-88.014969,40.200486],[-88.014481,40.199759],[-88.013995,40.199236],[-88.01358,40.198405],[-88.01314,40.197928],[-88.01275,40.197737],[-88.012255,40.197615],[-88.011445,40.197368],[-88.011142,40.197874],[-88.010704,40.1986],[-88.010416,40.199033],[-88.00978,40.199787]]]},"properties":{"OBJECTID":4178109,"CALCACRES":29.260000229999999,"CALCACRES2":null}},{"type":"Feature","id":4178538,"geometry":{"type":"Polygon","coordinates":[[[-88.065396,40.200886],[-88.065562,40.200881],[-88.065693,40.200902],[-88.065637,40.200696],[-88.065211,40.20003],[-88.065009,40.19952],[-88.065055,40.198299],[-88.065112,40.197845],[-88.065237,40.197577],[-88.065663,40.19702],[-88.066093,40.196632],[-88.066337,40.196314],[-88.066326,40.196322],[-88.066052,40.196309],[-88.065768,40.196549],[-88.065096,40.197273],[-88.065003,40.197519],[-88.064885,40.197806],[-88.064823,40.198648],[-88.064803,40.19922],[-88.064831,40.199827],[-88.065076,40.200336],[-88.065396,40.200886]]]},"properties":{"OBJECTID":4178538,"CALCACRES":2.9800000199999999,"CALCACRES2":null}},{"type":"Feature","id":4178738,"geometry":{"type":"Polygon","coordinates":[[[-88.114626,40.206083],[-88.109789,40.206129],[-88.109789,40.206276],[-88.109792,40.207912],[-88.112102,40.207901],[-88.114662,40.207907],[-88.11463,40.206284],[-88.114626,40.206083]]]},"properties":{"OBJECTID":4178738,"CALCACRES":20.38999939,"CALCACRES2":null}},{"type":"Feature","id":4181853,"geometry":{"type":"Polygon","coordinates":[[[-88.028934,40.209874],[-88.028105,40.209902],[-88.028127,40.21036],[-88.028936,40.210353],[-88.028934,40.209874]]]},"properties":{"OBJECTID":4181853,"CALCACRES":0.88999998999999996,"CALCACRES2":null}},{"type":"Feature","id":4184554,"geometry":{"type":"Polygon","coordinates":[[[-88.036799,40.2082],[-88.037359,40.208194],[-88.038508,40.208218],[-88.03852,40.208023],[-88.038472,40.200954],[-88.038472,40.20093],[-88.036234,40.200961],[-88.033438,40.200971],[-88.033464,40.20171],[-88.034362,40.202902],[-88.035427,40.204231],[-88.036169,40.204957],[-88.036394,40.206007],[-88.036589,40.206693],[-88.036789,40.207468],[-88.036799,40.2082]]]},"properties":{"OBJECTID":4184554,"CALCACRES":52.209999080000003,"CALCACRES2":null}},{"type":"Feature","id":4167401,"geometry":{"type":"Polygon","coordinates":[[[-88.026149,40.220221],[-88.028945,40.220235],[-88.028954,40.215528],[-88.026164,40.215582],[-88.026162,40.215664],[-88.026149,40.220221]]]},"properties":{"OBJECTID":4167401,"CALCACRES":30.479999540000001,"CALCACRES2":null}},{"type":"Feature","id":4167418,"geometry":{"type":"Polygon","coordinates":[[[-88.026899,40.215107],[-88.027151,40.215115],[-88.027151,40.215025],[-88.027285,40.215001],[-88.027269,40.214898],[-88.027611,40.214838],[-88.028371,40.214841],[-88.028968,40.214867],[-88.02896,40.214333],[-88.02723,40.214349],[-88.027079,40.214224],[-88.026572,40.214229],[-88.02655,40.214812],[-88.026879,40.21481],[-88.026868,40.215106],[-88.026899,40.215107]]]},"properties":{"OBJECTID":4167418,"CALCACRES":3.2000000499999999,"CALCACRES2":null}},{"type":"Feature","id":4167435,"geometry":{"type":"Polygon","coordinates":[[[-88.024835,40.200903],[-88.028886,40.200921],[-88.028901,40.19798],[-88.028909,40.193575],[-88.028881,40.193575],[-88.024876,40.193583],[-88.024835,40.200903]]]},"properties":{"OBJECTID":4167435,"CALCACRES":69.25,"CALCACRES2":null}},{"type":"Feature","id":4168354,"geometry":{"type":"Polygon","coordinates":[[[-88.057512,40.208227],[-88.057532,40.211818],[-88.057549,40.2154],[-88.062259,40.21537],[-88.062257,40.208217],[-88.057512,40.208227]]]},"properties":{"OBJECTID":4168354,"CALCACRES":79.040000919999997,"CALCACRES2":null}},{"type":"Feature","id":4168371,"geometry":{"type":"Polygon","coordinates":[[[-88.057512,40.208227],[-88.062257,40.208217],[-88.062869,40.208189],[-88.065058,40.208169],[-88.065164,40.208169],[-88.06516,40.200997],[-88.059681,40.200984],[-88.059251,40.200994],[-88.059295,40.202455],[-88.059787,40.202462],[-88.059724,40.203195],[-88.059113,40.203235],[-88.059024,40.203304],[-88.058366,40.203207],[-88.058277,40.203208],[-88.058272,40.202911],[-88.058838,40.202825],[-88.058833,40.202493],[-88.059132,40.202498],[-88.059106,40.200995],[-88.057391,40.200951],[-88.057421,40.203834],[-88.057433,40.204508],[-88.05751,40.208101],[-88.057512,40.208227]]]},"properties":{"OBJECTID":4168371,"CALCACRES":127.48999786,"CALCACRES2":null}},{"type":"Feature","id":4168388,"geometry":{"type":"Polygon","coordinates":[[[-88.071544,40.200884],[-88.076256,40.200828],[-88.076304,40.197223],[-88.071477,40.197247],[-88.071544,40.200884]]]},"properties":{"OBJECTID":4168388,"CALCACRES":40.319999690000003,"CALCACRES2":null}},{"type":"Feature","id":4169175,"geometry":{"type":"Polygon","coordinates":[[[-88.125228,40.213811],[-88.123496,40.213775],[-88.123527,40.214736],[-88.125243,40.214697],[-88.125228,40.213811]]]},"properties":{"OBJECTID":4169175,"CALCACRES":3.72000003,"CALCACRES2":null}},{"type":"Feature","id":4169192,"geometry":{"type":"Polygon","coordinates":[[[-88.105014,40.207934],[-88.10507,40.207934],[-88.109792,40.207912],[-88.109789,40.206276],[-88.109789,40.206129],[-88.10979,40.204296],[-88.105044,40.204273],[-88.105014,40.207934]]]},"properties":{"OBJECTID":4169192,"CALCACRES":40.439998629999998,"CALCACRES2":null}},{"type":"Feature","id":4178097,"geometry":{"type":"Polygon","coordinates":[[[-88.009852,40.215267],[-88.009855,40.215468],[-88.016284,40.215389],[-88.016953,40.215361],[-88.017086,40.215246],[-88.016982,40.214903],[-88.016809,40.21431],[-88.016698,40.213709],[-88.016646,40.213407],[-88.016842,40.212525],[-88.017027,40.211899],[-88.016765,40.211901],[-88.016391,40.213304],[-88.016595,40.214324],[-88.016772,40.215064],[-88.016805,40.215173],[-88.016747,40.215207],[-88.009852,40.215267]]]},"properties":{"OBJECTID":4178097,"CALCACRES":5.0199999799999997,"CALCACRES2":null}},{"type":"Feature","id":4178114,"geometry":{"type":"Polygon","coordinates":[[[-88.015214,40.200919],[-88.015438,40.200929],[-88.015299,40.200598],[-88.014993,40.200097],[-88.014537,40.199506],[-88.014169,40.199151],[-88.013649,40.19824],[-88.013406,40.197968],[-88.012969,40.197709],[-88.012613,40.197567],[-88.012172,40.197471],[-88.011774,40.197368],[-88.011369,40.197211],[-88.01115,40.197011],[-88.011016,40.196562],[-88.011015,40.196463],[-88.011035,40.196314],[-88.011468,40.19586],[-88.011888,40.195437],[-88.012321,40.194995],[-88.012602,40.194611],[-88.012835,40.194174],[-88.01305,40.193833],[-88.013346,40.193716],[-88.014166,40.193686],[-88.014661,40.193563],[-88.014692,40.193552],[-88.014554,40.193553],[-88.014516,40.193554],[-88.014497,40.193554],[-88.013139,40.19357],[-88.013119,40.193572],[-88.013032,40.193638],[-88.012929,40.193777],[-88.012695,40.194065],[-88.012462,40.19449],[-88.012141,40.194928],[-88.011656,40.195412],[-88.011112,40.195966],[-88.010862,40.196232],[-88.010791,40.19645],[-88.010994,40.197112],[-88.010895,40.197421],[-88.010401,40.19833],[-88.01001,40.198913],[-88.009769,40.199243],[-88.009772,40.199471],[-88.010322,40.198807],[-88.010584,40.198347],[-88.010958,40.197684],[-88.011191,40.19727],[-88.011341,40.19733],[-88.011445,40.197368],[-88.012255,40.197615],[-88.01275,40.197737],[-88.01314,40.197928],[-88.01358,40.198405],[-88.013995,40.199236],[-88.014481,40.199759],[-88.014969,40.200486],[-88.015152,40.200725],[-88.015214,40.200919]]]},"properties":{"OBJECTID":4178114,"CALCACRES":5.5799999199999997,"CALCACRES2":null}},{"type":"Feature","id":4178416,"geometry":{"type":"Polygon","coordinates":[[[-88.003977,40.204587],[-88.004015,40.204588],[-88.009215,40.204637],[-88.009233,40.204301],[-88.009659,40.204306],[-88.009636,40.201051],[-88.007548,40.201032],[-88.007551,40.201251],[-88.004425,40.201237],[-88.003948,40.201298],[-88.003977,40.204587]]]},"properties":{"OBJECTID":4178416,"CALCACRES":45.36000061,"CALCACRES2":null}},{"type":"Feature","id":4178718,"geometry":{"type":"Polygon","coordinates":[[[-88.109675,40.215713],[-88.109774,40.215725],[-88.109971,40.215756],[-88.110176,40.215783],[-88.110397,40.215819],[-88.110701,40.215869],[-88.110952,40.215918],[-88.111133,40.215969],[-88.111339,40.216042],[-88.111572,40.216124],[-88.111755,40.216207],[-88.111891,40.216242],[-88.111839,40.21526],[-88.111633,40.215262],[-88.109663,40.215258],[-88.109675,40.215713]]]},"properties":{"OBJECTID":4178718,"CALCACRES":3.3699998899999999,"CALCACRES2":null}},{"type":"Feature","id":4180956,"geometry":{"type":"Polygon","coordinates":[[[-88.003947,40.201286],[-88.004435,40.200976],[-88.004246,40.200977],[-88.003936,40.201195],[-88.003944,40.201287],[-88.003947,40.201286]]]},"properties":{"OBJECTID":4180956,"CALCACRES":0.10000000000000001,"CALCACRES2":null}},{"type":"Feature","id":4181441,"geometry":{"type":"Polygon","coordinates":[[[-88.016967,40.217753],[-88.01696,40.218008],[-88.01704,40.21835],[-88.017192,40.218555],[-88.017522,40.218811],[-88.017522,40.218799],[-88.017521,40.218586],[-88.017351,40.218454],[-88.017253,40.218326],[-88.017186,40.218173],[-88.017176,40.217989],[-88.017185,40.217759],[-88.017042,40.217753],[-88.016967,40.217753]]]},"properties":{"OBJECTID":4181441,"CALCACRES":0.50999998999999996,"CALCACRES2":null}},{"type":"Feature","id":4181943,"geometry":{"type":"Polygon","coordinates":[[[-88.039542,40.215409],[-88.041394,40.215434],[-88.043573,40.215438],[-88.046931,40.21543],[-88.047931,40.215421],[-88.04792,40.214689],[-88.047922,40.211256],[-88.046807,40.211255],[-88.04675,40.21042],[-88.047922,40.21041],[-88.047924,40.208144],[-88.043312,40.20818],[-88.038508,40.208218],[-88.0385,40.209709],[-88.038683,40.209875],[-88.038663,40.211114],[-88.038674,40.212864],[-88.038731,40.213092],[-88.038882,40.213372],[-88.038978,40.213694],[-88.039156,40.214198],[-88.039286,40.214647],[-88.039415,40.215105],[-88.039542,40.215409]]]},"properties":{"OBJECTID":4181943,"CALCACRES":152.25999451000001,"CALCACRES2":null}},{"type":"Feature","id":4182811,"geometry":{"type":"Polygon","coordinates":[[[-88.032328,40.20089],[-88.03262,40.200886],[-88.031481,40.197987],[-88.031314,40.197228],[-88.030991,40.197223],[-88.031001,40.197263],[-88.031218,40.198048],[-88.031261,40.198217],[-88.031868,40.199761],[-88.032328,40.20089]]]},"properties":{"OBJECTID":4182811,"CALCACRES":2.6099999,"CALCACRES2":null}},{"type":"Feature","id":4166429,"geometry":{"type":"Polygon","coordinates":[[[-88.009659,40.204306],[-88.009233,40.204301],[-88.009215,40.204637],[-88.009664,40.204641],[-88.009659,40.204306]]]},"properties":{"OBJECTID":4166429,"CALCACRES":0.34000000000000002,"CALCACRES2":null}},{"type":"Feature","id":4167408,"geometry":{"type":"Polygon","coordinates":[[[-88.039341,40.215492],[-88.039916,40.215959],[-88.040505,40.216436],[-88.040749,40.216575],[-88.041109,40.216652],[-88.041469,40.21669],[-88.042084,40.216781],[-88.042392,40.216876],[-88.042626,40.216987],[-88.042946,40.217179],[-88.043184,40.217304],[-88.043183,40.217279],[-88.043183,40.217206],[-88.043182,40.217169],[-88.043061,40.217078],[-88.042506,40.216778],[-88.042198,40.216683],[-88.041817,40.216622],[-88.041028,40.21654],[-88.040865,40.216505],[-88.040715,40.216413],[-88.040608,40.216349],[-88.04033,40.216157],[-88.039503,40.215491],[-88.039341,40.215492]]]},"properties":{"OBJECTID":4167408,"CALCACRES":1.13999999,"CALCACRES2":null}},{"type":"Feature","id":4167415,"geometry":{"type":"Polygon","coordinates":[[[-88.036049,40.208205],[-88.036132,40.208382],[-88.036486,40.208874],[-88.036778,40.209255],[-88.037093,40.209545],[-88.037512,40.209615],[-88.038015,40.209684],[-88.038206,40.209719],[-88.038338,40.209787],[-88.038499,40.209967],[-88.0385,40.209719],[-88.038215,40.209631],[-88.037654,40.20955],[-88.037188,40.209471],[-88.036958,40.209272],[-88.036532,40.208727],[-88.036142,40.208207],[-88.036049,40.208205]]]},"properties":{"OBJECTID":4167415,"CALCACRES":0.77999996999999999,"CALCACRES2":null}},{"type":"Feature","id":4167433,"geometry":{"type":"Polygon","coordinates":[[[-88.038498,40.198929],[-88.03851,40.200858],[-88.038987,40.200853],[-88.042359,40.200834],[-88.042554,40.200834],[-88.042573,40.199242],[-88.043886,40.19923],[-88.043882,40.200829],[-88.046283,40.200822],[-88.047955,40.200818],[-88.04796,40.200223],[-88.047958,40.198912],[-88.042183,40.198895],[-88.038498,40.198929]]]},"properties":{"OBJECTID":4167433,"CALCACRES":37.61000061,"CALCACRES2":null}},{"type":"Feature","id":4168326,"geometry":{"type":"Polygon","coordinates":[[[-88.057475,40.215481],[-88.057541,40.219098],[-88.057568,40.222736],[-88.057562,40.224784],[-88.058919,40.224781],[-88.062478,40.22476],[-88.067075,40.224718],[-88.067041,40.223048],[-88.067055,40.220141],[-88.067011,40.215428],[-88.065969,40.215433],[-88.066016,40.216684],[-88.064673,40.216708],[-88.064626,40.215441],[-88.057475,40.215481]]]},"properties":{"OBJECTID":4168326,"CALCACRES":202.41999817000001,"CALCACRES2":null}},{"type":"Feature","id":4168340,"geometry":{"type":"Polygon","coordinates":[[[-88.079272,40.218755],[-88.081278,40.218747],[-88.081219,40.215376],[-88.078401,40.215376],[-88.078409,40.216265],[-88.077462,40.216274],[-88.077448,40.215378],[-88.076324,40.215376],[-88.073772,40.215394],[-88.0766,40.217102],[-88.079272,40.218755]]]},"properties":{"OBJECTID":4168340,"CALCACRES":35.209999080000003,"CALCACRES2":null}},{"type":"Feature","id":4168344,"geometry":{"type":"Polygon","coordinates":[[[-88.069631,40.2154],[-88.069891,40.216596],[-88.069984,40.21727],[-88.070057,40.217805],[-88.070102,40.218362],[-88.07022,40.219053],[-88.070399,40.219046],[-88.070264,40.21832],[-88.070226,40.218082],[-88.07018,40.217367],[-88.070086,40.216865],[-88.070013,40.21635],[-88.069958,40.216138],[-88.069776,40.215398],[-88.069631,40.2154]]]},"properties":{"OBJECTID":4168344,"CALCACRES":1.39999998,"CALCACRES2":null}},{"type":"Feature","id":4168351,"geometry":{"type":"Polygon","coordinates":[[[-88.048064,40.208519],[-88.048712,40.208524],[-88.048729,40.20811],[-88.048063,40.208106],[-88.048064,40.208519]]]},"properties":{"OBJECTID":4168351,"CALCACRES":0.63,"CALCACRES2":null}},{"type":"Feature","id":4168365,"geometry":{"type":"Polygon","coordinates":[[[-88.06693,40.204547],[-88.071577,40.204543],[-88.071561,40.200929],[-88.067889,40.20098],[-88.066859,40.200967],[-88.06693,40.204547]]]},"properties":{"OBJECTID":4168365,"CALCACRES":39.13999939,"CALCACRES2":null}},{"type":"Feature","id":4168369,"geometry":{"type":"Polygon","coordinates":[[[-88.065164,40.208169],[-88.065403,40.208167],[-88.065418,40.208167],[-88.065381,40.205572],[-88.065431,40.201017],[-88.06516,40.200997],[-88.065164,40.208169]]]},"properties":{"OBJECTID":4168369,"CALCACRES":4.0399999600000003,"CALCACRES2":null}},{"type":"Feature","id":4169169,"geometry":{"type":"Polygon","coordinates":[[[-88.095412,40.217694],[-88.102971,40.217691],[-88.104874,40.217661],[-88.104902,40.215258],[-88.095903,40.215309],[-88.095411,40.215314],[-88.095385,40.215543],[-88.095412,40.217694]]]},"properties":{"OBJECTID":4169169,"CALCACRES":53.240001679999999,"CALCACRES2":null}},{"type":"Feature","id":4169194,"geometry":{"type":"Polygon","coordinates":[[[-88.105049,40.202585],[-88.105079,40.20362],[-88.105044,40.204273],[-88.10979,40.204296],[-88.109779,40.202574],[-88.105854,40.202577],[-88.105049,40.202585]]]},"properties":{"OBJECTID":4169194,"CALCACRES":18.81999969,"CALCACRES2":null}},{"type":"Feature","id":4178036,"geometry":{"type":"Polygon","coordinates":[[[-88.04327,40.224823],[-88.047908,40.224818],[-88.047912,40.221214],[-88.045539,40.221224],[-88.045496,40.220377],[-88.047914,40.220355],[-88.04791,40.220261],[-88.04713,40.220111],[-88.046082,40.219419],[-88.045597,40.218939],[-88.045141,40.218622],[-88.044056,40.21814],[-88.04319,40.217656],[-88.043225,40.219949],[-88.04327,40.224811],[-88.04327,40.224823]]]},"properties":{"OBJECTID":4178036,"CALCACRES":58.409999849999998,"CALCACRES2":null}},{"type":"Feature","id":4178104,"geometry":{"type":"Polygon","coordinates":[[[-88.031905,40.200986],[-88.032064,40.201131],[-88.032549,40.201558],[-88.032763,40.201774],[-88.032962,40.202021],[-88.03367,40.202983],[-88.034373,40.203886],[-88.035004,40.204642],[-88.035534,40.205139],[-88.035767,40.20612],[-88.035916,40.2067],[-88.036063,40.207348],[-88.035857,40.20789],[-88.035777,40.208208],[-88.035924,40.208207],[-88.035939,40.208031],[-88.036101,40.207662],[-88.036205,40.207377],[-88.03612,40.206959],[-88.035963,40.206392],[-88.035682,40.205117],[-88.035055,40.204528],[-88.034379,40.203692],[-88.033564,40.202631],[-88.032839,40.201661],[-88.032353,40.201209],[-88.032097,40.200984],[-88.031905,40.200986]]]},"properties":{"OBJECTID":4178104,"CALCACRES":2.5999998999999998,"CALCACRES2":null}},{"type":"Feature","id":4178111,"geometry":{"type":"Polygon","coordinates":[[[-88.014692,40.193552],[-88.014661,40.193563],[-88.014166,40.193686],[-88.013346,40.193716],[-88.01305,40.193833],[-88.012835,40.194174],[-88.012602,40.194611],[-88.012321,40.194995],[-88.011888,40.195437],[-88.011468,40.19586],[-88.011035,40.196314],[-88.011015,40.196463],[-88.011016,40.196562],[-88.01115,40.197011],[-88.011369,40.197211],[-88.011774,40.197368],[-88.012172,40.197471],[-88.012613,40.197567],[-88.012969,40.197709],[-88.013406,40.197968],[-88.013649,40.19824],[-88.014169,40.199151],[-88.014537,40.199506],[-88.014993,40.200097],[-88.015299,40.200598],[-88.015438,40.200929],[-88.015709,40.200925],[-88.015416,40.200413],[-88.014995,40.199797],[-88.014594,40.199287],[-88.014336,40.199004],[-88.013968,40.198389],[-88.013709,40.197991],[-88.013316,40.197662],[-88.01291,40.197471],[-88.012102,40.197284],[-88.011532,40.197106],[-88.01129,40.196879],[-88.01124,40.196548],[-88.011282,40.196307],[-88.011752,40.195845],[-88.012319,40.195314],[-88.012648,40.194911],[-88.013173,40.194094],[-88.013409,40.193909],[-88.013692,40.193883],[-88.014304,40.193844],[-88.014853,40.193702],[-88.015194,40.193545],[-88.014798,40.19355],[-88.014692,40.193552]]]},"properties":{"OBJECTID":4178111,"CALCACRES":5.4099998500000002,"CALCACRES2":null}},{"type":"Feature","id":4178168,"geometry":{"type":"Polygon","coordinates":[[[-88.043184,40.217304],[-88.04361,40.217579],[-88.043955,40.217786],[-88.044243,40.217929],[-88.044807,40.218175],[-88.045343,40.218411],[-88.045868,40.218723],[-88.046233,40.219166],[-88.046531,40.219363],[-88.046779,40.219539],[-88.047221,40.219849],[-88.047918,40.220032],[-88.047904,40.219884],[-88.047425,40.219794],[-88.047025,40.219537],[-88.046667,40.219299],[-88.046377,40.219113],[-88.046252,40.218958],[-88.046015,40.218656],[-88.045506,40.218357],[-88.044049,40.217732],[-88.043457,40.217361],[-88.043222,40.217189],[-88.043182,40.217169],[-88.043183,40.217206],[-88.043183,40.217279],[-88.043184,40.217304]]]},"properties":{"OBJECTID":4178168,"CALCACRES":1.57000005,"CALCACRES2":null}},{"type":"Feature","id":4178418,"geometry":{"type":"Polygon","coordinates":[[[-88.004019,40.215491],[-88.009735,40.215464],[-88.009733,40.215289],[-88.004017,40.215295],[-88.004019,40.215468],[-88.004019,40.215491]]]},"properties":{"OBJECTID":4178418,"CALCACRES":2.4800000199999999,"CALCACRES2":null}},{"type":"Feature","id":4178754,"geometry":{"type":"Polygon","coordinates":[[[-88.090518,40.200769],[-88.095379,40.200759],[-88.095389,40.200242],[-88.095376,40.198503],[-88.095354,40.196749],[-88.095353,40.196693],[-88.095112,40.196562],[-88.094872,40.196447],[-88.094457,40.196224],[-88.094121,40.196103],[-88.093659,40.19588],[-88.09339,40.195744],[-88.093054,40.19563],[-88.092948,40.195601],[-88.092634,40.195692],[-88.092359,40.195761],[-88.092007,40.195881],[-88.09157,40.196003],[-88.091237,40.196072],[-88.090855,40.196068],[-88.090464,40.196108],[-88.090464,40.19611],[-88.090518,40.200769]]]},"properties":{"OBJECTID":4178754,"CALCACRES":54.13999939,"CALCACRES2":null}},{"type":"Feature","id":4180719,"geometry":{"type":"Polygon","coordinates":[[[-88.085856,40.194824],[-88.085832,40.200796],[-88.08747,40.200793],[-88.090518,40.200769],[-88.090464,40.19611],[-88.090032,40.196153],[-88.089814,40.196207],[-88.089643,40.196437],[-88.089453,40.196593],[-88.0892,40.196757],[-88.088853,40.196803],[-88.088485,40.196736],[-88.088145,40.196495],[-88.087863,40.196145],[-88.087374,40.19589],[-88.086663,40.195464],[-88.086227,40.195071],[-88.085856,40.194824]]]},"properties":{"OBJECTID":4180719,"CALCACRES":51.13999939,"CALCACRES2":null}},{"type":"Feature","id":4180958,"geometry":{"type":"Polygon","coordinates":[[[-87.999234,40.208255],[-87.999479,40.208256],[-88.003971,40.208226],[-88.003977,40.204587],[-88.003948,40.201298],[-88.003947,40.201286],[-88.003944,40.201287],[-88.003181,40.201755],[-88.002486,40.202218],[-88.002206,40.202473],[-88.0016,40.202855],[-88.001038,40.203215],[-87.999174,40.203254],[-87.998634,40.203053],[-87.997066,40.203032],[-87.996089,40.203555],[-87.995718,40.203707],[-87.99534,40.203804],[-87.995323,40.205131],[-87.995548,40.205244],[-87.995539,40.205633],[-87.994593,40.205641],[-87.994622,40.208238],[-87.999234,40.208255]]]},"properties":{"OBJECTID":4180958,"CALCACRES":111.90000153,"CALCACRES2":null}},{"type":"Feature","id":4181444,"geometry":{"type":"Polygon","coordinates":[[[-88.015837,40.223271],[-88.017244,40.223247],[-88.017269,40.224871],[-88.019061,40.224844],[-88.018984,40.219847],[-88.018895,40.219712],[-88.018791,40.219634],[-88.017939,40.219101],[-88.017522,40.218799],[-88.017522,40.218811],[-88.017536,40.223075],[-88.016837,40.223084],[-88.016657,40.223087],[-88.015835,40.223089],[-88.015837,40.223271]]]},"properties":{"OBJECTID":4181444,"CALCACRES":21.040000920000001,"CALCACRES2":null}},{"type":"Feature","id":4181962,"geometry":{"type":"Polygon","coordinates":[[[-88.08104,40.201468],[-88.080868,40.201469],[-88.080872,40.201698],[-88.081043,40.201697],[-88.08104,40.201468]]]},"properties":{"OBJECTID":4181962,"CALCACRES":0.089999999999999997,"CALCACRES2":null}},{"type":"Feature","id":4166435,"geometry":{"type":"Polygon","coordinates":[[[-88.007937,40.200884],[-88.009651,40.200897],[-88.009672,40.199669],[-88.009504,40.1999],[-88.009342,40.200045],[-88.00915,40.200212],[-88.008898,40.200381],[-88.008574,40.200549],[-88.008102,40.200782],[-88.007937,40.200884]]]},"properties":{"OBJECTID":4166435,"CALCACRES":2.02999997,"CALCACRES2":null}},{"type":"Feature","id":4167405,"geometry":{"type":"Polygon","coordinates":[[[-88.034865,40.224851],[-88.036053,40.224853],[-88.038568,40.224853],[-88.038512,40.219968],[-88.038502,40.219042],[-88.038522,40.217417],[-88.03847,40.215484],[-88.03356,40.215493],[-88.031797,40.215514],[-88.031786,40.216807],[-88.031784,40.217665],[-88.031845,40.21968],[-88.031795,40.224609],[-88.031792,40.224869],[-88.033669,40.224849],[-88.033635,40.224406],[-88.033601,40.224074],[-88.033792,40.223884],[-88.034329,40.223845],[-88.034629,40.22398],[-88.03484,40.224109],[-88.034865,40.224851]]]},"properties":{"OBJECTID":4167405,"CALCACRES":144.02999878,"CALCACRES2":null}},{"type":"Feature","id":4167414,"geometry":{"type":"Polygon","coordinates":[[[-88.02907,40.211806],[-88.030189,40.211808],[-88.036293,40.211799],[-88.038484,40.211782],[-88.038499,40.209967],[-88.038338,40.209787],[-88.038206,40.209719],[-88.038015,40.209684],[-88.037512,40.209615],[-88.037093,40.209545],[-88.036778,40.209255],[-88.036486,40.208874],[-88.036132,40.208382],[-88.036049,40.208205],[-88.036015,40.208205],[-88.036015,40.208206],[-88.035924,40.208207],[-88.035777,40.208208],[-88.029376,40.208265],[-88.029063,40.208268],[-88.029065,40.20831],[-88.029056,40.209046],[-88.029432,40.209042],[-88.029507,40.209125],[-88.029969,40.209121],[-88.029984,40.21007],[-88.029073,40.210067],[-88.02907,40.211806]]]},"properties":{"OBJECTID":4167414,"CALCACRES":69.88999939,"CALCACRES2":null}},{"type":"Feature","id":4168341,"geometry":{"type":"Polygon","coordinates":[[[-88.078401,40.215376],[-88.077448,40.215378],[-88.077462,40.216274],[-88.078409,40.216265],[-88.078401,40.215376]]]},"properties":{"OBJECTID":4168341,"CALCACRES":1.9800000200000001,"CALCACRES2":null}},{"type":"Feature","id":4168350,"geometry":{"type":"Polygon","coordinates":[[[-88.052726,40.211793],[-88.052737,40.215397],[-88.057549,40.2154],[-88.057532,40.211818],[-88.053284,40.2118],[-88.052726,40.211793]]]},"properties":{"OBJECTID":4168350,"CALCACRES":40.310001370000002,"CALCACRES2":null}},{"type":"Feature","id":4168375,"geometry":{"type":"Polygon","coordinates":[[[-88.050345,40.200837],[-88.053973,40.200867],[-88.056271,40.200858],[-88.060934,40.200872],[-88.062602,40.20086],[-88.062532,40.197608],[-88.06236,40.19749],[-88.062137,40.197503],[-88.062135,40.196506],[-88.062137,40.196274],[-88.062101,40.196274],[-88.062163,40.193596],[-88.05953,40.193597],[-88.057426,40.193559],[-88.057416,40.197206],[-88.052657,40.197203],[-88.052675,40.193542],[-88.048085,40.193507],[-88.048091,40.199457],[-88.050281,40.199471],[-88.050345,40.200837]]]},"properties":{"OBJECTID":4168375,"CALCACRES":195.1499939,"CALCACRES2":null}},{"type":"Feature","id":4169179,"geometry":{"type":"Polygon","coordinates":[[[-88.10346,40.215204],[-88.104888,40.215207],[-88.104885,40.214402],[-88.103458,40.214415],[-88.10346,40.215204]]]},"properties":{"OBJECTID":4169179,"CALCACRES":2.66000009,"CALCACRES2":null}},{"type":"Feature","id":4169184,"geometry":{"type":"Polygon","coordinates":[[[-88.100174,40.215201],[-88.100151,40.211642],[-88.100151,40.211641],[-88.100166,40.208049],[-88.097745,40.208077],[-88.097801,40.215228],[-88.100174,40.215201]]]},"properties":{"OBJECTID":4169184,"CALCACRES":39.849998470000003,"CALCACRES2":null}},{"type":"Feature","id":4169188,"geometry":{"type":"Polygon","coordinates":[[[-88.090588,40.208105],[-88.095392,40.208117],[-88.09537,40.204388],[-88.095352,40.200815],[-88.091246,40.200834],[-88.090599,40.200828],[-88.090588,40.208105]]]},"properties":{"OBJECTID":4169188,"CALCACRES":81.260002139999997,"CALCACRES2":null}},{"type":"Feature","id":4169988,"geometry":{"type":"Polygon","coordinates":[[[-88.125378,40.199554],[-88.125381,40.200566],[-88.126741,40.200561],[-88.126773,40.199889],[-88.126532,40.199886],[-88.126533,40.19956],[-88.125378,40.199554]]]},"properties":{"OBJECTID":4169988,"CALCACRES":3.05999994,"CALCACRES2":null}},{"type":"Feature","id":4177242,"geometry":{"type":"Polygon","coordinates":[[[-88.11689,40.222482],[-88.119356,40.222488],[-88.122446,40.222515],[-88.123149,40.222509],[-88.123128,40.221091],[-88.125304,40.221069],[-88.125274,40.218849],[-88.119498,40.218882],[-88.114588,40.218872],[-88.114647,40.222476],[-88.116237,40.222473],[-88.116342,40.22248],[-88.116325,40.222096],[-88.116887,40.22209],[-88.11689,40.222482]]]},"properties":{"OBJECTID":4177242,"CALCACRES":82.58000183,"CALCACRES2":null}},{"type":"Feature","id":4177510,"geometry":{"type":"Polygon","coordinates":[[[-88.069791,40.215314],[-88.069793,40.215171],[-88.069844,40.214974],[-88.069988,40.214705],[-88.070078,40.214477],[-88.070116,40.214301],[-88.070149,40.214038],[-88.070162,40.213912],[-88.070219,40.21378],[-88.070444,40.213858],[-88.070641,40.214005],[-88.070852,40.214163],[-88.071138,40.214275],[-88.071333,40.214365],[-88.07156,40.214591],[-88.071921,40.214725],[-88.07242,40.215081],[-88.072825,40.215289],[-88.07325,40.215279],[-88.072888,40.215065],[-88.07224,40.214671],[-88.071668,40.214333],[-88.071246,40.214108],[-88.070945,40.213916],[-88.070584,40.213725],[-88.070147,40.213454],[-88.069575,40.213139],[-88.069093,40.212892],[-88.068551,40.212611],[-88.067965,40.212319],[-88.067483,40.212072],[-88.067077,40.211858],[-88.067079,40.212172],[-88.067228,40.212182],[-88.067394,40.212272],[-88.067815,40.212497],[-88.068267,40.212722],[-88.068729,40.212972],[-88.069109,40.213126],[-88.069515,40.213351],[-88.069937,40.213587],[-88.069894,40.213789],[-88.069942,40.213983],[-88.06993,40.214177],[-88.069888,40.214372],[-88.069774,40.214694],[-88.069659,40.215004],[-88.069587,40.215317],[-88.069791,40.215314]]]},"properties":{"OBJECTID":4177510,"CALCACRES":4.4200000800000003,"CALCACRES2":null}},{"type":"Feature","id":4178037,"geometry":{"type":"Polygon","coordinates":[[[-88.046632,40.218951],[-88.046881,40.21895],[-88.046847,40.21871],[-88.047907,40.2187],[-88.047929,40.217191],[-88.047912,40.217191],[-88.044978,40.217177],[-88.044116,40.217189],[-88.043577,40.217182],[-88.044101,40.217512],[-88.044747,40.21781],[-88.045378,40.218055],[-88.045846,40.218281],[-88.046149,40.218456],[-88.046371,40.218684],[-88.046632,40.218951]]]},"properties":{"OBJECTID":4178037,"CALCACRES":10.350000380000001,"CALCACRES2":null}},{"type":"Feature","id":4178101,"geometry":{"type":"Polygon","coordinates":[[[-88.015401,40.208263],[-88.016422,40.208254],[-88.018392,40.208248],[-88.019319,40.208251],[-88.019298,40.201009],[-88.019298,40.200997],[-88.015822,40.201039],[-88.015683,40.201035],[-88.015749,40.201765],[-88.015842,40.202954],[-88.015979,40.204177],[-88.016104,40.204717],[-88.016216,40.205219],[-88.016192,40.205411],[-88.016135,40.205595],[-88.015341,40.206929],[-88.015329,40.207135],[-88.015401,40.208263]]]},"properties":{"OBJECTID":4178101,"CALCACRES":59.58000183,"CALCACRES2":null}},{"type":"Feature","id":4178535,"geometry":{"type":"Polygon","coordinates":[[[-88.06609,40.211122],[-88.066373,40.21157],[-88.066781,40.21191],[-88.066977,40.212045],[-88.066957,40.211145],[-88.066781,40.211143],[-88.066631,40.211099],[-88.066523,40.210916],[-88.066443,40.210639],[-88.066271,40.210126],[-88.066085,40.209682],[-88.065851,40.209043],[-88.065743,40.208704],[-88.065756,40.208612],[-88.065915,40.208615],[-88.06604,40.208633],[-88.066114,40.208575],[-88.066083,40.208518],[-88.066002,40.208477],[-88.065872,40.208417],[-88.065767,40.208372],[-88.065721,40.208281],[-88.065728,40.208164],[-88.065715,40.208164],[-88.065418,40.208167],[-88.065403,40.208167],[-88.065321,40.208521],[-88.065388,40.208967],[-88.065683,40.209696],[-88.066108,40.211122],[-88.06609,40.211122]]]},"properties":{"OBJECTID":4178535,"CALCACRES":4.25,"CALCACRES2":null}},{"type":"Feature","id":4178739,"geometry":{"type":"Polygon","coordinates":[[[-88.114626,40.206083],[-88.125253,40.205995],[-88.125264,40.205179],[-88.122944,40.20521],[-88.12295,40.205576],[-88.121726,40.205565],[-88.121728,40.204776],[-88.122236,40.204794],[-88.12222,40.204737],[-88.122877,40.204742],[-88.122913,40.205108],[-88.125248,40.205064],[-88.125256,40.204215],[-88.119675,40.204235],[-88.119675,40.204224],[-88.114641,40.204307],[-88.11464,40.204307],[-88.114626,40.206083]]]},"properties":{"OBJECTID":4178739,"CALCACRES":41.650001529999997,"CALCACRES2":null}},{"type":"Feature","id":4181854,"geometry":{"type":"Polygon","coordinates":[[[-88.024935,40.215472],[-88.025455,40.215462],[-88.026916,40.215459],[-88.026899,40.215107],[-88.026868,40.215106],[-88.026879,40.21481],[-88.02655,40.214812],[-88.026572,40.214229],[-88.027079,40.214224],[-88.02723,40.214349],[-88.02896,40.214333],[-88.028948,40.213543],[-88.028936,40.210353],[-88.028127,40.21036],[-88.028105,40.209902],[-88.028934,40.209874],[-88.028928,40.208223],[-88.028375,40.208205],[-88.024135,40.208239],[-88.023257,40.20824],[-88.022902,40.208246],[-88.022898,40.211919],[-88.024157,40.211907],[-88.024226,40.215004],[-88.024493,40.215002],[-88.024927,40.214999],[-88.024935,40.215472]]]},"properties":{"OBJECTID":4181854,"CALCACRES":83.769996640000002,"CALCACRES2":null}},{"type":"Feature","id":4182215,"geometry":{"type":"Polygon","coordinates":[[[-88.039024,40.215487],[-88.039355,40.215749],[-88.039816,40.216121],[-88.040191,40.216442],[-88.04049,40.216658],[-88.040746,40.216769],[-88.040979,40.216808],[-88.041254,40.216846],[-88.04154,40.216883],[-88.041847,40.216921],[-88.042091,40.21696],[-88.042485,40.217118],[-88.042698,40.21723],[-88.043008,40.217462],[-88.043189,40.217634],[-88.043182,40.217442],[-88.042851,40.217212],[-88.042542,40.217037],[-88.042383,40.216973],[-88.042149,40.216886],[-88.041962,40.216836],[-88.041312,40.216764],[-88.041005,40.216726],[-88.040748,40.21666],[-88.040568,40.216581],[-88.04037,40.216437],[-88.04011,40.216232],[-88.039628,40.215839],[-88.039199,40.215488],[-88.039024,40.215487]]]},"properties":{"OBJECTID":4182215,"CALCACRES":1.10000002,"CALCACRES2":null}},{"type":"Feature","id":4184555,"geometry":{"type":"Polygon","coordinates":[[[-88.033438,40.200971],[-88.032437,40.200974],[-88.032994,40.201498],[-88.033305,40.201896],[-88.033697,40.202454],[-88.034408,40.203357],[-88.035138,40.204307],[-88.035855,40.205002],[-88.035927,40.205135],[-88.036143,40.20617],[-88.036438,40.207217],[-88.036442,40.207484],[-88.036231,40.207907],[-88.036142,40.208207],[-88.036799,40.2082],[-88.036789,40.207468],[-88.036589,40.206693],[-88.036394,40.206007],[-88.036169,40.204957],[-88.035427,40.204231],[-88.034362,40.202902],[-88.033464,40.20171],[-88.033438,40.200971]]]},"properties":{"OBJECTID":4184555,"CALCACRES":6.1999998099999996,"CALCACRES2":null}},{"type":"Feature","id":5629388,"geometry":{"type":"Polygon","coordinates":[[[-88.031053,40.197253],[-88.033686,40.197241],[-88.033719,40.200856],[-88.038501,40.200825],[-88.03848,40.193605],[-88.033318,40.193617],[-88.029634,40.193626],[-88.030013,40.194756],[-88.030096,40.194896],[-88.030139,40.195036],[-88.030369,40.195417],[-88.030727,40.196016],[-88.031053,40.197253]]]},"properties":{"OBJECTID":5629388,"CALCACRES":109.02999878,"CALCACRES2":null}},{"type":"Feature","id":4167053,"geometry":{"type":"Polygon","coordinates":[[[-88.002519,40.224927],[-88.005503,40.224918],[-88.009768,40.224941],[-88.009751,40.222779],[-88.009719,40.220605],[-88.009702,40.219496],[-88.009657,40.219207],[-88.002986,40.219208],[-87.999615,40.219251],[-87.999359,40.21925],[-87.999352,40.219251],[-87.999352,40.219258],[-87.999352,40.219261],[-87.999359,40.219552],[-87.999435,40.222854],[-87.999458,40.224925],[-87.999458,40.224936],[-88.00146,40.22493],[-88.001429,40.223263],[-88.002489,40.223254],[-88.002519,40.224927]]]},"properties":{"OBJECTID":4167053,"CALCACRES":133.52999878,"CALCACRES2":null}},{"type":"Feature","id":4167402,"geometry":{"type":"Polygon","coordinates":[[[-88.017013,40.215583],[-88.017088,40.215906],[-88.017166,40.2171],[-88.017185,40.217759],[-88.017405,40.217757],[-88.017394,40.21716],[-88.01736,40.216608],[-88.0173,40.215586],[-88.017013,40.215583]]]},"properties":{"OBJECTID":4167402,"CALCACRES":1.1699999599999999,"CALCACRES2":null}},{"type":"Feature","id":4167404,"geometry":{"type":"Polygon","coordinates":[[[-88.031797,40.215514],[-88.029083,40.215522],[-88.029065,40.221277],[-88.029018,40.2236],[-88.029038,40.22487],[-88.031792,40.224869],[-88.031795,40.224609],[-88.031845,40.21968],[-88.031784,40.217665],[-88.031786,40.216807],[-88.031797,40.215514]]]},"properties":{"OBJECTID":4167404,"CALCACRES":60.049999239999998,"CALCACRES2":null}},{"type":"Feature","id":4167417,"geometry":{"type":"Polygon","coordinates":[[[-88.024226,40.215004],[-88.024227,40.215027],[-88.024229,40.215255],[-88.024232,40.215485],[-88.024935,40.215472],[-88.024927,40.214999],[-88.024493,40.215002],[-88.024226,40.215004]]]},"properties":{"OBJECTID":4167417,"CALCACRES":0.77999996999999999,"CALCACRES2":null}},{"type":"Feature","id":4168323,"geometry":{"type":"Polygon","coordinates":[[[-88.048053,40.220042],[-88.049115,40.220191],[-88.049516,40.220262],[-88.049844,40.220469],[-88.050456,40.22098],[-88.051468,40.221783],[-88.051543,40.222345],[-88.051574,40.222727],[-88.051698,40.222726],[-88.051681,40.222411],[-88.051608,40.221733],[-88.049866,40.220335],[-88.04964,40.220194],[-88.049368,40.220122],[-88.04853,40.220004],[-88.048058,40.219925],[-88.048053,40.220042]]]},"properties":{"OBJECTID":4168323,"CALCACRES":1.42999995,"CALCACRES2":null}},{"type":"Feature","id":4168338,"geometry":{"type":"Polygon","coordinates":[[[-88.081278,40.218747],[-88.0858,40.218767],[-88.0858,40.215344],[-88.081219,40.215376],[-88.081278,40.218747]]]},"properties":{"OBJECTID":4168338,"CALCACRES":36.090000150000002,"CALCACRES2":null}},{"type":"Feature","id":4168353,"geometry":{"type":"Polygon","coordinates":[[[-88.048068,40.204502],[-88.048091,40.207957],[-88.048063,40.208106],[-88.048729,40.20811],[-88.052714,40.208143],[-88.052726,40.211793],[-88.053284,40.2118],[-88.057532,40.211818],[-88.057512,40.208227],[-88.05751,40.208101],[-88.057433,40.204508],[-88.048068,40.204502]]]},"properties":{"OBJECTID":4168353,"CALCACRES":120.65000153,"CALCACRES2":null}},{"type":"Feature","id":4168389,"geometry":{"type":"Polygon","coordinates":[[[-88.076304,40.197223],[-88.076256,40.200828],[-88.081045,40.200811],[-88.080989,40.197259],[-88.076304,40.197223]]]},"properties":{"OBJECTID":4168389,"CALCACRES":39.58000183,"CALCACRES2":null}},{"type":"Feature","id":4169174,"geometry":{"type":"Polygon","coordinates":[[[-88.112944,40.21525],[-88.111839,40.21526],[-88.111891,40.216242],[-88.111895,40.216323],[-88.112371,40.216319],[-88.112369,40.216254],[-88.112983,40.216248],[-88.112944,40.21525]]]},"properties":{"OBJECTID":4169174,"CALCACRES":2.6300001100000001,"CALCACRES2":null}},{"type":"Feature","id":4169189,"geometry":{"type":"Polygon","coordinates":[[[-88.09537,40.204388],[-88.100121,40.204354],[-88.100133,40.201645],[-88.100135,40.20138],[-88.100138,40.200738],[-88.095352,40.200815],[-88.09537,40.204388]]]},"properties":{"OBJECTID":4169189,"CALCACRES":40.009998320000001,"CALCACRES2":null}},{"type":"Feature","id":4177511,"geometry":{"type":"Polygon","coordinates":[[[-88.073384,40.215266],[-88.074927,40.215265],[-88.074906,40.213939],[-88.076286,40.213926],[-88.076313,40.208129],[-88.071574,40.208147],[-88.067002,40.208162],[-88.067074,40.211698],[-88.067736,40.212001],[-88.068413,40.21236],[-88.069257,40.212761],[-88.069881,40.213075],[-88.070611,40.213542],[-88.071288,40.213913],[-88.072028,40.214325],[-88.073367,40.215118],[-88.073384,40.215266]]]},"properties":{"OBJECTID":4177511,"CALCACRES":120.94999695,"CALCACRES2":null}},{"type":"Feature","id":4178098,"geometry":{"type":"Polygon","coordinates":[[[-88.009822,40.211949],[-88.013549,40.211924],[-88.016765,40.211901],[-88.016932,40.211284],[-88.016999,40.21078],[-88.016839,40.210517],[-88.016205,40.210031],[-88.015559,40.209493],[-88.014934,40.208875],[-88.014692,40.20838],[-88.014657,40.206853],[-88.015208,40.205972],[-88.015564,40.205317],[-88.015354,40.204255],[-88.015152,40.202689],[-88.015023,40.201031],[-88.014255,40.201041],[-88.012337,40.201028],[-88.01235,40.201216],[-88.012353,40.201422],[-88.012084,40.201425],[-88.012058,40.201654],[-88.012063,40.20202],[-88.011033,40.202017],[-88.011059,40.201708],[-88.010745,40.201711],[-88.010784,40.201438],[-88.010456,40.201441],[-88.01045,40.201013],[-88.009764,40.201024],[-88.009778,40.202019],[-88.009821,40.205394],[-88.009836,40.207888],[-88.009813,40.210405],[-88.009822,40.211949]]]},"properties":{"OBJECTID":4178098,"CALCACRES":139.50999451000001,"CALCACRES2":null}},{"type":"Feature","id":4178100,"geometry":{"type":"Polygon","coordinates":[[[-88.015153,40.20823],[-88.015195,40.208238],[-88.015333,40.208263],[-88.015401,40.208263],[-88.015329,40.207135],[-88.015341,40.206929],[-88.016135,40.205595],[-88.016192,40.205411],[-88.016216,40.205219],[-88.016104,40.204717],[-88.015979,40.204177],[-88.015842,40.202954],[-88.015749,40.201765],[-88.015683,40.201035],[-88.01545,40.201029],[-88.015682,40.203701],[-88.015845,40.204627],[-88.015956,40.205061],[-88.015986,40.205365],[-88.015667,40.205997],[-88.01519,40.206708],[-88.015085,40.206975],[-88.015112,40.20781],[-88.015153,40.20823]]]},"properties":{"OBJECTID":4178100,"CALCACRES":4.0300002099999999,"CALCACRES2":null}},{"type":"Feature","id":4178534,"geometry":{"type":"Polygon","coordinates":[[[-88.065728,40.208164],[-88.065721,40.208281],[-88.065767,40.208372],[-88.065872,40.208417],[-88.066002,40.208477],[-88.066083,40.208518],[-88.066114,40.208575],[-88.06604,40.208633],[-88.065915,40.208615],[-88.065756,40.208612],[-88.065743,40.208704],[-88.065851,40.209043],[-88.066085,40.209682],[-88.066271,40.210126],[-88.066443,40.210639],[-88.066523,40.210916],[-88.066631,40.211099],[-88.066781,40.211143],[-88.066957,40.211145],[-88.066897,40.208152],[-88.065926,40.208168],[-88.065728,40.208164]]]},"properties":{"OBJECTID":4178534,"CALCACRES":5.6100001300000004,"CALCACRES2":null}},{"type":"Feature","id":4180955,"geometry":{"type":"Polygon","coordinates":[[[-87.995341,40.203749],[-87.99534,40.203804],[-87.995718,40.203707],[-87.996089,40.203555],[-87.997066,40.203032],[-87.998634,40.203053],[-87.999174,40.203254],[-88.001038,40.203215],[-88.0016,40.202855],[-88.002206,40.202473],[-88.002486,40.202218],[-88.003181,40.201755],[-88.003944,40.201287],[-88.003936,40.201195],[-88.002803,40.201908],[-88.002542,40.202081],[-88.002218,40.202345],[-88.001918,40.20257],[-88.000989,40.203151],[-87.999204,40.203202],[-87.998696,40.203013],[-87.998155,40.202986],[-87.996982,40.20298],[-87.996156,40.203441],[-87.995856,40.203589],[-87.995533,40.203701],[-87.995341,40.203749]]]},"properties":{"OBJECTID":4180955,"CALCACRES":1.4800000200000001,"CALCACRES2":null}},{"type":"Feature","id":4180957,"geometry":{"type":"Polygon","coordinates":[[[-88.003947,40.201286],[-88.003948,40.201298],[-88.004425,40.201237],[-88.007551,40.201251],[-88.007548,40.201032],[-88.004435,40.200976],[-88.003947,40.201286]]]},"properties":{"OBJECTID":4180957,"CALCACRES":1.89999998,"CALCACRES2":null}},{"type":"Feature","id":4181442,"geometry":{"type":"Polygon","coordinates":[[[-88.016667,40.217755],[-88.016657,40.223087],[-88.016837,40.223084],[-88.017536,40.223075],[-88.017522,40.218811],[-88.017192,40.218555],[-88.01704,40.21835],[-88.01696,40.218008],[-88.016967,40.217753],[-88.016667,40.217755]]]},"properties":{"OBJECTID":4181442,"CALCACRES":9.7200002699999999,"CALCACRES2":null}},{"type":"Feature","id":4181942,"geometry":{"type":"Polygon","coordinates":[[[-88.038495,40.215406],[-88.039178,40.215406],[-88.038934,40.214706],[-88.038901,40.214546],[-88.038486,40.21471],[-88.038495,40.215406]]]},"properties":{"OBJECTID":4181942,"CALCACRES":1.0099999900000001,"CALCACRES2":null}},{"type":"Feature","id":4167427,"geometry":{"type":"Polygon","coordinates":[[[-88.029046,40.206186],[-88.029054,40.206723],[-88.031307,40.206703],[-88.031295,40.205891],[-88.029892,40.205892],[-88.029927,40.206201],[-88.029046,40.206186]]]},"properties":{"OBJECTID":4167427,"CALCACRES":3.7100000400000002,"CALCACRES2":null}},{"type":"Feature","id":4167428,"geometry":{"type":"Polygon","coordinates":[[[-88.038472,40.20093],[-88.038472,40.200954],[-88.03852,40.208023],[-88.038508,40.208218],[-88.043312,40.20818],[-88.043212,40.203576],[-88.043171,40.200899],[-88.038472,40.20093]]]},"properties":{"OBJECTID":4167428,"CALCACRES":80.620002749999998,"CALCACRES2":null}},{"type":"Feature","id":4168328,"geometry":{"type":"Polygon","coordinates":[[[-88.075874,40.224693],[-88.075755,40.219031],[-88.074755,40.219035],[-88.074765,40.219658],[-88.074481,40.219649],[-88.074575,40.22466],[-88.074562,40.224706],[-88.075874,40.224693]]]},"properties":{"OBJECTID":4168328,"CALCACRES":16.68000031,"CALCACRES2":null}},{"type":"Feature","id":4168363,"geometry":{"type":"Polygon","coordinates":[[[-88.071577,40.204543],[-88.076273,40.204526],[-88.07625,40.200898],[-88.071561,40.200929],[-88.071577,40.204543]]]},"properties":{"OBJECTID":4168363,"CALCACRES":39.680000309999997,"CALCACRES2":null}},{"type":"Feature","id":4168364,"geometry":{"type":"Polygon","coordinates":[[[-88.067002,40.208162],[-88.071574,40.208147],[-88.071577,40.204543],[-88.06693,40.204547],[-88.067002,40.208162]]]},"properties":{"OBJECTID":4168364,"CALCACRES":38.840000150000002,"CALCACRES2":null}},{"type":"Feature","id":4168378,"geometry":{"type":"Polygon","coordinates":[[[-88.065859,40.200894],[-88.066829,40.20091],[-88.066795,40.199274],[-88.066757,40.196322],[-88.06652,40.19632],[-88.06631,40.196571],[-88.065795,40.197034],[-88.065411,40.197522],[-88.065222,40.197932],[-88.065144,40.198509],[-88.065115,40.199435],[-88.065207,40.19976],[-88.065476,40.200233],[-88.06575,40.200622],[-88.065859,40.200894]]]},"properties":{"OBJECTID":4168378,"CALCACRES":14.06999969,"CALCACRES2":null}},{"type":"Feature","id":4169199,"geometry":{"type":"Polygon","coordinates":[[[-88.101567,40.200653],[-88.101708,40.200663],[-88.101698,40.199598],[-88.102348,40.199593],[-88.102345,40.198967],[-88.101368,40.198961],[-88.101407,40.199545],[-88.101557,40.199623],[-88.101567,40.200653]]]},"properties":{"OBJECTID":4169199,"CALCACRES":1.7599999900000001,"CALCACRES2":null}},{"type":"Feature","id":4169200,"geometry":{"type":"Polygon","coordinates":[[[-88.106638,40.200629],[-88.10662,40.199517],[-88.105012,40.199544],[-88.104999,40.200634],[-88.106109,40.200632],[-88.106638,40.200629]]]},"properties":{"OBJECTID":4169200,"CALCACRES":4.1799998299999999,"CALCACRES2":null}},{"type":"Feature","id":4178038,"geometry":{"type":"Polygon","coordinates":[[[-88.043182,40.217169],[-88.043222,40.217189],[-88.043457,40.217361],[-88.044049,40.217732],[-88.045506,40.218357],[-88.046015,40.218656],[-88.046252,40.218958],[-88.046632,40.218951],[-88.046371,40.218684],[-88.046149,40.218456],[-88.045846,40.218281],[-88.045378,40.218055],[-88.044747,40.21781],[-88.044101,40.217512],[-88.043577,40.217182],[-88.043182,40.217169]]]},"properties":{"OBJECTID":4178038,"CALCACRES":1.8799999999999999,"CALCACRES2":null}},{"type":"Feature","id":4182217,"geometry":{"type":"Polygon","coordinates":[[[-88.039855,40.215496],[-88.040355,40.215893],[-88.04063,40.216114],[-88.040906,40.216278],[-88.041068,40.216339],[-88.041252,40.216358],[-88.041539,40.2164],[-88.041819,40.216427],[-88.042126,40.216473],[-88.042487,40.216559],[-88.04272,40.216638],[-88.04298,40.216774],[-88.04318,40.216915],[-88.043157,40.215521],[-88.039855,40.215496]]]},"properties":{"OBJECTID":4182217,"CALCACRES":6.2399997699999998,"CALCACRES2":null}},{"type":"Feature","id":4182218,"geometry":{"type":"Polygon","coordinates":[[[-88.039686,40.215494],[-88.040468,40.216136],[-88.040767,40.21633],[-88.040884,40.216402],[-88.041006,40.216447],[-88.041846,40.216543],[-88.042199,40.216592],[-88.042534,40.216684],[-88.042968,40.216912],[-88.043182,40.217046],[-88.04318,40.216915],[-88.04298,40.216774],[-88.04272,40.216638],[-88.042487,40.216559],[-88.042126,40.216473],[-88.041819,40.216427],[-88.041539,40.2164],[-88.041252,40.216358],[-88.041068,40.216339],[-88.040906,40.216278],[-88.04063,40.216114],[-88.040355,40.215893],[-88.039855,40.215496],[-88.039686,40.215494]]]},"properties":{"OBJECTID":4182218,"CALCACRES":1.0099999900000001,"CALCACRES2":null}},{"type":"Feature","id":4182317,"geometry":{"type":"Polygon","coordinates":[[[-88.067134,40.219684],[-88.067172,40.223767],[-88.067202,40.224751],[-88.067757,40.224749],[-88.06775,40.224346],[-88.067857,40.223946],[-88.068132,40.223626],[-88.069398,40.222529],[-88.069845,40.222064],[-88.069975,40.221837],[-88.07005,40.22155],[-88.070011,40.219055],[-88.067997,40.219062],[-88.068013,40.219666],[-88.067134,40.219684]]]},"properties":{"OBJECTID":4182317,"CALCACRES":27.420000080000001,"CALCACRES2":null}},{"type":"Feature","id":4182768,"geometry":{"type":"Polygon","coordinates":[[[-88.019512,40.215647],[-88.026162,40.215664],[-88.026164,40.215582],[-88.019509,40.215561],[-88.019512,40.215647]]]},"properties":{"OBJECTID":4182768,"CALCACRES":1.30999994,"CALCACRES2":null}},{"type":"Feature","id":4183739,"geometry":{"type":"Polygon","coordinates":[[[-88.083456,40.215289],[-88.083442,40.214394],[-88.082278,40.214405],[-88.082311,40.214611],[-88.081125,40.2146],[-88.081135,40.215284],[-88.083456,40.215289]]]},"properties":{"OBJECTID":4183739,"CALCACRES":4.2399997699999998,"CALCACRES2":null}},{"type":"Feature","id":4183740,"geometry":{"type":"Polygon","coordinates":[[[-88.083456,40.215289],[-88.084262,40.21529],[-88.085784,40.215276],[-88.085769,40.213044],[-88.085017,40.213041],[-88.085004,40.212487],[-88.085765,40.212479],[-88.085737,40.208537],[-88.085729,40.208091],[-88.078091,40.208126],[-88.078181,40.215265],[-88.079203,40.21528],[-88.081135,40.215284],[-88.081125,40.2146],[-88.082311,40.214611],[-88.082278,40.214405],[-88.083442,40.214394],[-88.083456,40.215289]]]},"properties":{"OBJECTID":4183740,"CALCACRES":122.44000244,"CALCACRES2":null}},{"type":"Feature","id":4166428,"geometry":{"type":"Polygon","coordinates":[[[-88.003971,40.208226],[-88.003987,40.208226],[-88.009687,40.208245],[-88.009664,40.204641],[-88.009215,40.204637],[-88.004015,40.204588],[-88.003977,40.204587],[-88.003971,40.208226]]]},"properties":{"OBJECTID":4166428,"CALCACRES":48.189998629999998,"CALCACRES2":null}},{"type":"Feature","id":4167421,"geometry":{"type":"Polygon","coordinates":[[[-88.024232,40.215485],[-88.024229,40.215255],[-88.024227,40.215027],[-88.024031,40.215029],[-88.023794,40.215157],[-88.023767,40.215363],[-88.02378,40.215484],[-88.024232,40.215485]]]},"properties":{"OBJECTID":4167421,"CALCACRES":0.44,"CALCACRES2":null}},{"type":"Feature","id":4168327,"geometry":{"type":"Polygon","coordinates":[[[-88.064626,40.215441],[-88.064673,40.216708],[-88.066016,40.216684],[-88.065969,40.215433],[-88.064626,40.215441]]]},"properties":{"OBJECTID":4168327,"CALCACRES":3.9500000499999999,"CALCACRES2":null}},{"type":"Feature","id":4168334,"geometry":{"type":"Polygon","coordinates":[[[-88.079893,40.21958],[-88.080171,40.220031],[-88.080399,40.220467],[-88.080598,40.222287],[-88.080685,40.223674],[-88.081198,40.223657],[-88.081449,40.223466],[-88.081628,40.223249],[-88.081663,40.223085],[-88.081781,40.22261],[-88.081778,40.222437],[-88.081447,40.222216],[-88.081354,40.222036],[-88.081277,40.221814],[-88.081235,40.221563],[-88.081343,40.221195],[-88.081553,40.220942],[-88.081538,40.220778],[-88.081168,40.220482],[-88.080914,40.220369],[-88.080646,40.22012],[-88.08025,40.219805],[-88.079893,40.21958]]]},"properties":{"OBJECTID":4168334,"CALCACRES":7.5700001700000001,"CALCACRES2":null}},{"type":"Feature","id":4168357,"geometry":{"type":"Polygon","coordinates":[[[-88.062257,40.208217],[-88.062259,40.21537],[-88.06701,40.215325],[-88.066994,40.213391],[-88.06697,40.212351],[-88.06574,40.212362],[-88.065723,40.211236],[-88.065894,40.211172],[-88.065893,40.211169],[-88.065713,40.210557],[-88.065249,40.20905],[-88.065058,40.208169],[-88.062869,40.208189],[-88.062257,40.208217]]]},"properties":{"OBJECTID":4168357,"CALCACRES":64.980003359999998,"CALCACRES2":null}},{"type":"Feature","id":4169163,"geometry":{"type":"Polygon","coordinates":[[[-88.085888,40.220072],[-88.086368,40.220067],[-88.08629,40.219908],[-88.085885,40.219912],[-88.085888,40.220072]]]},"properties":{"OBJECTID":4169163,"CALCACRES":0.17000000000000001,"CALCACRES2":null}},{"type":"Feature","id":4169193,"geometry":{"type":"Polygon","coordinates":[[[-88.105049,40.202585],[-88.105854,40.202577],[-88.109779,40.202574],[-88.109761,40.200681],[-88.105017,40.200726],[-88.105049,40.202585]]]},"properties":{"OBJECTID":4169193,"CALCACRES":20.719999309999999,"CALCACRES2":null}},{"type":"Feature","id":4169963,"geometry":{"type":"Polygon","coordinates":[[[-88.125392,40.207905],[-88.125296,40.211556],[-88.130085,40.211514],[-88.130085,40.207898],[-88.125392,40.207905]]]},"properties":{"OBJECTID":4169963,"CALCACRES":40.209999080000003,"CALCACRES2":null}},{"type":"Feature","id":4169965,"geometry":{"type":"Polygon","coordinates":[[[-88.130085,40.211514],[-88.13487,40.211519],[-88.134853,40.207893],[-88.134881,40.207343],[-88.134863,40.205193],[-88.134877,40.200627],[-88.132412,40.200628],[-88.130576,40.200646],[-88.126804,40.200632],[-88.126785,40.201285],[-88.126111,40.201296],[-88.126041,40.201572],[-88.125757,40.201586],[-88.125736,40.201208],[-88.125601,40.201152],[-88.125344,40.201174],[-88.125373,40.204084],[-88.125392,40.207905],[-88.130085,40.207898],[-88.130085,40.211514]]]},"properties":{"OBJECTID":4169965,"CALCACRES":199.13999939000001,"CALCACRES2":null}},{"type":"Feature","id":4178094,"geometry":{"type":"Polygon","coordinates":[[[-88.01762,40.215476],[-88.019413,40.215461],[-88.019369,40.211892],[-88.017457,40.211893],[-88.017234,40.212728],[-88.017107,40.213278],[-88.017094,40.213498],[-88.01715,40.213853],[-88.017453,40.214993],[-88.01762,40.215476]]]},"properties":{"OBJECTID":4178094,"CALCACRES":17.510000229999999,"CALCACRES2":null}},{"type":"Feature","id":4178294,"geometry":{"type":"Polygon","coordinates":[[[-87.999291,40.215613],[-87.999291,40.215625],[-87.999314,40.216989],[-88.003538,40.217005],[-88.003674,40.216993],[-88.003685,40.216868],[-88.00368,40.215597],[-87.999291,40.215613]]]},"properties":{"OBJECTID":4178294,"CALCACRES":14.22999954,"CALCACRES2":null}},{"type":"Feature","id":4181697,"geometry":{"type":"Polygon","coordinates":[[[-88.029077,40.213803],[-88.029083,40.215452],[-88.035185,40.215421],[-88.038495,40.215406],[-88.038486,40.21471],[-88.038478,40.213338],[-88.038473,40.213044],[-88.038484,40.211782],[-88.036293,40.211799],[-88.030189,40.211808],[-88.02907,40.211806],[-88.029076,40.21356],[-88.029416,40.213549],[-88.029432,40.213771],[-88.029077,40.213803]]]},"properties":{"OBJECTID":4181697,"CALCACRES":79.459999080000003,"CALCACRES2":null}}]}

Displaying Output Map

In [21]:
# Converting geojson response to shapefile

def post_converttoshapefile(requestbody):
    try:
        url = "https://ogre.adc4gis.com/convertJson"
     
        response = (requests.post(url,data=requestbody))
        print(response)
        
        z = zipfile.ZipFile(io.BytesIO(response.content))
        z.extractall("./shapefiles/")
        
        time.sleep(0.5)
        return response
    
    except Exception as e:
        raise e
In [22]:
requestbody={'json':clu,'skipFailures':"on","destination":"C://Users"}

# Function to generate shapefiles from geojson
post_converttoshapefile(requestbody)


# reading shapefile and plotting
gdf = gpd.read_file('./shapefiles/OGRGeoJSON.shp')

gdf.plot(column='CALCACRES', cmap=None,figsize=(100, 100))
<Response [200]>
Out[22]:
<matplotlib.axes._subplots.AxesSubplot at 0x20fe450f240>
In [ ]: