============== Adjacent Crops ============== .. _adjacent-crop-attributes: Adjacent Crop Attributes ======================== .. tabularcolumns:: |l|L| ====================== =========== Attribute Description ====================== =========== crop The :ref:`crop ` assigned to the adjacent crop. description The description for the adjacent crop. geom The polygon for the adjacent crop. This must be a GeoJSON Polygon object. It must be expressed in the EPSG:4326 spatial reference system. When creating a new adjacent crop, any that have a non-Polygon GeoJSON object will be rejected, but the spatial reference system is not checked. If you provide a non EPSG:4326 geometry the job will not behave correctly in AgriSmart's systems. ====================== =========== Sample ------ :: [ { "crop": { "id": 8, "name": "Alfalfa" }, "description": "", "geom": { "type": "Polygon", "coordinates": [ [ [ -93.26922969808625, 40.680821321866254 ], [ -93.26920054980579, 40.68107956183945 ], [ -93.2690805984582, 40.681148487928404 ], [ -93.2629191041834, 40.681208447526934 ], [ -93.26299059543558, 40.68025220675259 ], [ -93.26274979286697, 40.68019057677562 ], [ -93.26145744606856, 40.680187042282306 ], [ -93.26140131081102, 40.68120542558583 ], [ -93.25984280568433, 40.68121648388879 ], [ -93.25984304582455, 40.67897141868942 ], [ -93.2598432132851, 40.678935311330754 ], [ -93.25994253012142, 40.67881074930825 ], [ -93.26019791587768, 40.6787872918863 ], [ -93.26057433847815, 40.678969500324165 ], [ -93.2609797470422, 40.679113408972235 ], [ -93.26131289760374, 40.67952844424755 ], [ -93.26159937044363, 40.67976805827244 ], [ -93.26176423242447, 40.67965327379262 ], [ -93.26152318953034, 40.679505085945294 ], [ -93.26138727831488, 40.679333777463434 ], [ -93.26138674205178, 40.67919648567286 ], [ -93.2612960825888, 40.67907083895653 ], [ -93.26113050691852, 40.67900256704761 ], [ -93.26094968056701, 40.67887712394681 ], [ -93.26090438555588, 40.67882002088621 ], [ -93.26084381606823, 40.67870574689184 ], [ -93.26084319174291, 40.678545573111435 ], [ -93.26093260053041, 40.67835086362609 ], [ -93.26103753934396, 40.67828197990827 ], [ -93.26120194022545, 40.67805277737735 ], [ -93.26136940644972, 40.677717976344596 ], [ -93.26700799490284, 40.67772097486122 ], [ -93.26712247397371, 40.67793627093094 ], [ -93.26737866475472, 40.678118735300714 ], [ -93.26764135337342, 40.67826868054169 ], [ -93.26768355367783, 40.67754779432341 ], [ -93.2683298335866, 40.67756917634553 ], [ -93.26852464198305, 40.67743143041052 ], [ -93.26920420986333, 40.678224246651425 ], [ -93.26922969808625, 40.680821321866254 ] ] ] } }, { "crop": { "id": 328, "name": "LIVESTOCK" }, "description": "", "geom": { "type": "Polygon", "coordinates": [ [ [ -93.23146106887177, 40.67773318671227 ], [ -93.23248718946056, 40.67773789066296 ], [ -93.234872611868, 40.67775095414483 ], [ -93.23628251756308, 40.67775097827267 ], [ -93.23640334364205, 40.6777509831902 ], [ -93.23649939085028, 40.677750786494556 ], [ -93.23670766076353, 40.67775035970289 ], [ -93.23668433116873, 40.678180015938 ], [ -93.23668550465833, 40.678511814116675 ], [ -93.23680452080332, 40.679106812945555 ], [ -93.23682933920679, 40.679482498145475 ], [ -93.23687742897772, 40.67978656122167 ], [ -93.23697264767598, 40.68012632822884 ], [ -93.2371737684099, 40.68051058795904 ], [ -93.23724479072493, 40.68065358171968 ], [ -93.2371593803645, 40.68076473570545 ], [ -93.2367753990039, 40.68084242228955 ], [ -93.23643900458877, 40.68105224025446 ], [ -93.23613566236348, 40.68123613459312 ], [ -93.23521045419001, 40.681228762158455 ], [ -93.23184456487918, 40.681258740515624 ], [ -93.23168623985957, 40.681240518369655 ], [ -93.23160089875836, 40.681203618676584 ], [ -93.23149104421951, 40.68112043618623 ], [ -93.23146106887177, 40.67773318671227 ] ], [ [ -93.23522950689355, 40.67899372981415 ], [ -93.23558297055995, 40.67926138823113 ], [ -93.2356517908215, 40.678787118309316 ], [ -93.23535821276296, 40.67884138213552 ], [ -93.23522950689355, 40.67899372981415 ] ] ] } } ]