====== Fields ====== .. _field-attributes: Field Attributes ================ .. tabularcolumns:: |l|L| ====================== =========== Attribute Description ====================== =========== name The name of the field. actual_acres The number of the acres this field represents. This is a user editable value and may not match the number of acres calculated for the field's polygon. geom The polygon for the field. This must be a GeoJSON Polygon object. It must be expressed in the EPSG:4326 spatial reference system. When creating a new job, any fields 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 ------ :: { "name": "", "actual_acres": 122.0, "geom": { "type": "Polygon", "coordinates": [ [ [ -95.3087953780673, 41.0053322216551 ], [ -95.308796150418, 41.0050026146697 ], [ -95.3101693714372, 41.0072554216855 ], [ -95.3111178430629, 41.0080371386425 ], [ -95.3131366473632, 41.0074704225998 ], [ -95.313023202439, 41.0063859821854 ], [ -95.3169942502881, 41.0037895686414 ], [ -95.3170995674367, 41.0037694992111 ], [ -95.3182692356051, 41.0035465766435 ], [ -95.3202294748478, 41.0030381111938 ], [ -95.3207703316818, 41.0029097457278 ], [ -95.3209077380462, 41.0029527343013 ], [ -95.320943132372, 41.0031007300369 ], [ -95.3205635075154, 41.0043812014773 ], [ -95.3201865807124, 41.0052581671016 ], [ -95.3196352343025, 41.0058984216156 ], [ -95.3189092141254, 41.0067252245747 ], [ -95.318957095085, 41.0071787546086 ], [ -95.3192116646215, 41.0084090472027 ], [ -95.3195757388396, 41.0093168477022 ], [ -95.3184833274893, 41.009601937103 ], [ -95.3154059018127, 41.0105560799756 ], [ -95.3123029766238, 41.0116479223581 ], [ -95.3111359566834, 41.0123920140664 ], [ -95.3109564595414, 41.0124413713422 ], [ -95.310864313032, 41.0123974631883 ], [ -95.3096999028839, 41.0084628638043 ], [ -95.3091244591751, 41.0062551964794 ], [ -95.3089976706111, 41.0056514629906 ], [ -95.3089452154226, 41.0054466096678 ], [ -95.3087953780673, 41.0053322216551 ] ] ] } }