You are not logged in. Click here to log in.

Application Lifecycle Management

Search In Project

Search inClear

GRAS-25: Calculate Forage Area Adjustment Factors and Adjusted Annual Forage Production (gras_faaadjforprod)#34848/HEAD / v9
Tags:  not added yet

GRAS-25: Calculate Forage Area Adjustment Factors and Adjusted Annual Forage Production (gras_faaadjforprod)[SERVICE-34848]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: rumpalJul 05 2017 09:41 Modified by: jdriMay 17 2018 13:34 Type:
Model
Path: m/gras/faadjforprod/1.0 Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/faadjforprod/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

GRAS-25: Calculate Forage Area Adjustment Factors and Adjusted Annual Forage Production (gras_faaadjforprod)

Forage adjustment provides the ability to increase or decrease forage production and availability due to landscape conditions that limit the capture of forage, such as distance to water, slope, physical barriers, terrain or other site conditions.

From one or more water source point features in an area of analysis (AoA) create forage area adjustment FAA polygons and associated adjustment factors based on distance to water.

Intersect all AoA and FAA polygon geometry for all adjustment categories and then resolve FAA overlap using union geoprocessing. Calculate FAA areas and adjustment factors and return to requesting application.

Overlay forage inventory site (FIS) and forage adjustment area (FAA) geometries to create FAA polygons for each FIS in the area of analysis (AoA). Calculate weighted average annual adjusted production for FIS components, FISs, and AoAs. Application users enter measured production for FIS components.

{
    "metainfo": {},
    "parameter": [
        {
            "name": "AoAId",
            "value": 1,
            "description": "Area of Analysis Identifier"
        },
        {
            "name": "aoa_geometry",
            "type": "Polygon",
            "coordinates": [
                [
                    [
                        -102.278199,
                        36.400056
                    ],
                    [
                        -102.278199,
                        36.385467
                    ],
                    [
                        -102.242295,
                        36.385576
                    ],
                    [
                        -102.242295,
                        36.400157
                    ],
                    [
                        -102.278199,
                        36.400056
                    ]
                ]
            ],
            "description": "Area of Analysis Geometry"
        },
        {
            "name": "Water Feature List",
            "value": [
                [
                    {
                        "name": "water_faa_identifier",
                        "value": 1,
                        "description": "Water Forage Adjustment Area Identifier"
                    },
                    {
                        "name": "water_faa_geometry",
                        "type": "Point",
                        "coordinates": [
                            -102.278159,
                            36.385487
                        ],
                        "description": "Water Forage Adjustment Area Geometry"
                    },
                    {
                        "name": "Adjustment List",
                        "value": [
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 1,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 0,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 2640,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 1,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 2,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 2640,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 5280,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.9,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 3,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 5280,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 6600,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.8,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 4,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 6600,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 7920,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.7,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 5,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 7920,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 9240,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.6,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 6,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 9240,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 10560,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.5,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "water_faa_identifier",
                        "value": 2,
                        "description": "Water Forage Adjustment Area Identifier"
                    },
                    {
                        "name": "water_faa_geometry",
                        "type": "Point",
                        "coordinates": [
                            -102.242858,
                            36.399728
                        ],
                        "description": "Water Forage Adjustment Area Geometry"
                    },
                    {
                        "name": "Adjustment List",
                        "value": [
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 1,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 0,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 2640,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 1,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 2,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 2640,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 5280,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.9,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 3,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 5280,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 6600,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.8,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 4,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 6600,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 7920,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.7,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 5,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 7920,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 9240,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.6,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 6,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 9240,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 10560,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.5,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ]
                        ]
                    }
                ]
            ]
        },
        {
            "name": "FAA List",
            "value": [
                [
                    {
                        "name": "faa_id",
                        "value": 1,
                        "description": "Forage Adjustment Area (FAA) Identifier"
                    },
                    {
                        "name": "faa_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -102.274642,
                                    36.395349
                                ],
                                [
                                    -102.269642,
                                    36.395349
                                ],
                                [
                                    -102.265642,
                                    36.393049
                                ],
                                [
                                    -102.268642,
                                    36.390549
                                ],
                                [
                                    -102.272642,
                                    36.392549
                                ],
                                [
                                    -102.274642,
                                    36.395349
                                ]
                            ]
                        ],
                        "description": "Forage Adjustment Area Geometry"
                    },
                    {
                        "name": "adjustment_category",
                        "value": "Vegetation",
                        "description": "Forage Adjustment Area Category"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 0.5,
                        "description": "Forage Adjustment Factor",
                        "min": 0,
                        "max": 1
                    }
                ]
            ]
        },
        {
            "name": "FIS List",
            "value": [
                [
                    {
                        "name": "fis_id",
                        "value": 1,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -102.278199,
                                    36.400056
                                ],
                                [
                                    -102.278199,
                                    36.385467
                                ],
                                [
                                    -102.242295,
                                    36.385576
                                ],
                                [
                                    -102.242295,
                                    36.400157
                                ],
                                [
                                    -102.278199,
                                    36.400056
                                ]
                            ]
                        ],
                        "description": "Forage Inventory Site Geometry"
                    },
                    {
                        "name": "FIS Component List",
                        "value": [
                            [
                                {
                                    "name": "fis_component_id",
                                    "value": 1,
                                    "description": "Forage Inventory Site Component Identifier"
                                },
                                {
                                    "name": "fis_component_pct",
                                    "value": 30,
                                    "description": "Component Percent of the Forage Inventory Site",
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "name": "fis_component_prod",
                                    "value": 1000,
                                    "description": "Measured Annual Production for the Forage Inventory Site Component",
                                    "unit": "lb/acre"
                                }
                            ],
                            [
                                {
                                    "name": "fis_component_id",
                                    "value": 2,
                                    "description": "Forage Inventory Site Component Identifier"
                                },
                                {
                                    "name": "fis_component_pct",
                                    "value": 70,
                                    "description": "Component Percent of the Forage Inventory Site",
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "name": "fis_component_prod",
                                    "value": 2000,
                                    "description": "Measured Annual Production for the Forage Inventory Site Component",
                                    "unit": "lb/acre"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "dbbf5317-6b1a-11e7-9fb1-e51256b77ba5",
        "cloud_node": "10.1.4.18",
        "request_ip": "108.160.183.249",
        "service_url": "http://csip.engr.colostate.edu:8092/csip-gras/m/gras/faadjforprod/1.0",
        "csip-gras.version": "$version: 0.4.288 ca1bdf1b1bc2 2017-07-13 rumpal, built at 2017-07-13 13:24 by jenkins$",
        "csip.version": "$version: 2.1.208 fc226ce58cc9 2017-07-07 od, built at 2017-07-13 13:24 by jenkins$",
        "tstamp": "2017-07-17 12:07:55",
        "cpu_time": 1741,
        "expiration_date": "2017-07-17 12:08:27"
    },
    "parameter": [
        {
            "name": "AoAId",
            "value": 1,
            "description": "Area of Analysis Identifier"
        },
        {
            "name": "aoa_geometry",
            "type": "Polygon",
            "coordinates": [
                [
                    [
                        -102.278199,
                        36.400056
                    ],
                    [
                        -102.278199,
                        36.385467
                    ],
                    [
                        -102.242295,
                        36.385576
                    ],
                    [
                        -102.242295,
                        36.400157
                    ],
                    [
                        -102.278199,
                        36.400056
                    ]
                ]
            ],
            "description": "Area of Analysis Geometry"
        },
        {
            "name": "Water Feature List",
            "value": [
                [
                    {
                        "name": "water_faa_identifier",
                        "value": 1,
                        "description": "Water Forage Adjustment Area Identifier"
                    },
                    {
                        "name": "water_faa_geometry",
                        "type": "Point",
                        "coordinates": [
                            -102.278159,
                            36.385487
                        ],
                        "description": "Water Forage Adjustment Area Geometry"
                    },
                    {
                        "name": "Adjustment List",
                        "value": [
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 1,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 0,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 2640,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 1,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 2,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 2640,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 5280,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.9,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 3,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 5280,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 6600,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.8,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 4,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 6600,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 7920,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.7,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 5,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 7920,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 9240,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.6,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 6,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 9240,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 10560,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.5,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "water_faa_identifier",
                        "value": 2,
                        "description": "Water Forage Adjustment Area Identifier"
                    },
                    {
                        "name": "water_faa_geometry",
                        "type": "Point",
                        "coordinates": [
                            -102.242858,
                            36.399728
                        ],
                        "description": "Water Forage Adjustment Area Geometry"
                    },
                    {
                        "name": "Adjustment List",
                        "value": [
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 1,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 0,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 2640,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 1,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 2,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 2640,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 5280,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.9,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 3,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 5280,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 6600,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.8,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 4,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 6600,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 7920,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.7,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 5,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 7920,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 9240,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.6,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ],
                            [
                                {
                                    "name": "water_adjustment_area_id",
                                    "value": 6,
                                    "description": "Water Feature Adjustment Area Identifier"
                                },
                                {
                                    "name": "min_adjustment_extent",
                                    "value": 9240,
                                    "description": "Minimum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "max_adjustment_extent",
                                    "value": 10560,
                                    "description": "Maximum Extent in Feet",
                                    "unit": "ft"
                                },
                                {
                                    "name": "adjustment_factor",
                                    "value": 0.5,
                                    "description": "Forage Adjustment Factor",
                                    "min": 0,
                                    "max": 1
                                }
                            ]
                        ]
                    }
                ]
            ]
        },
        {
            "name": "FAA List",
            "value": [
                [
                    {
                        "name": "faa_id",
                        "value": 1,
                        "description": "Forage Adjustment Area (FAA) Identifier"
                    },
                    {
                        "name": "faa_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -102.274642,
                                    36.395349
                                ],
                                [
                                    -102.269642,
                                    36.395349
                                ],
                                [
                                    -102.265642,
                                    36.393049
                                ],
                                [
                                    -102.268642,
                                    36.390549
                                ],
                                [
                                    -102.272642,
                                    36.392549
                                ],
                                [
                                    -102.274642,
                                    36.395349
                                ]
                            ]
                        ],
                        "description": "Forage Adjustment Area Geometry"
                    },
                    {
                        "name": "adjustment_category",
                        "value": "Vegetation",
                        "description": "Forage Adjustment Area Category"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 0.5,
                        "description": "Forage Adjustment Factor",
                        "min": 0,
                        "max": 1
                    }
                ]
            ]
        },
        {
            "name": "FIS List",
            "value": [
                [
                    {
                        "name": "fis_id",
                        "value": 1,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -102.278199,
                                    36.400056
                                ],
                                [
                                    -102.278199,
                                    36.385467
                                ],
                                [
                                    -102.242295,
                                    36.385576
                                ],
                                [
                                    -102.242295,
                                    36.400157
                                ],
                                [
                                    -102.278199,
                                    36.400056
                                ]
                            ]
                        ],
                        "description": "Forage Inventory Site Geometry"
                    },
                    {
                        "name": "FIS Component List",
                        "value": [
                            [
                                {
                                    "name": "fis_component_id",
                                    "value": 1,
                                    "description": "Forage Inventory Site Component Identifier"
                                },
                                {
                                    "name": "fis_component_pct",
                                    "value": 30,
                                    "description": "Component Percent of the Forage Inventory Site",
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "name": "fis_component_prod",
                                    "value": 1000,
                                    "description": "Measured Annual Production for the Forage Inventory Site Component",
                                    "unit": "lb/acre"
                                }
                            ],
                            [
                                {
                                    "name": "fis_component_id",
                                    "value": 2,
                                    "description": "Forage Inventory Site Component Identifier"
                                },
                                {
                                    "name": "fis_component_pct",
                                    "value": 70,
                                    "description": "Component Percent of the Forage Inventory Site",
                                    "unit": "%",
                                    "min": 0,
                                    "max": 100
                                },
                                {
                                    "name": "fis_component_prod",
                                    "value": 2000,
                                    "description": "Measured Annual Production for the Forage Inventory Site Component",
                                    "unit": "lb/acre"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "AoaId",
            "value": 1,
            "description": "Area of Analysis Identifier"
        },
        {
            "name": "aoa_adj_prod_annual",
            "value": 1498,
            "unit": "lbs/acre",
            "description": "Adjusted Measured Annual Production for the Area of Analysis"
        },
        {
            "name": "FIS List",
            "value": [
                [
                    {
                        "name": "fis_id",
                        "value": 1,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_adj_prod_annual",
                        "value": 1498,
                        "unit": "lb/acre",
                        "description": "Adjusted Measured Annual Production for the Forage Inventory Site"
                    },
                    {
                        "name": "FIS Component List",
                        "value": [
                            [
                                {
                                    "name": "fis_component_id",
                                    "value": 1,
                                    "description": "Forage Inventory Site Component Identifier"
                                },
                                {
                                    "name": "fis_comp_prod_annual",
                                    "value": 881,
                                    "unit": "lb/acre",
                                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component"
                                }
                            ],
                            [
                                {
                                    "name": "fis_component_id",
                                    "value": 2,
                                    "description": "Forage Inventory Site Component Identifier"
                                },
                                {
                                    "name": "fis_comp_prod_annual",
                                    "value": 1763,
                                    "unit": "lb/acre",
                                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component"
                                }
                            ]
                        ]
                    }
                ]
            ]
        },
        {
            "name": "AoA FAA Polygon List",
            "value": [
                [
                    {
                        "name": "aoa_faa_id",
                        "value": 1,
                        "description": "Area of Analysis Forage Adjustment Area Identifier"
                    },
                    {
                        "name": "aoa_faa_geometry",
                        "type": "MultiPolygon",
                        "coordinates": [
                            [
                                [
                                    [
                                        -102.242295,
                                        36.392493
                                    ],
                                    [
                                        -102.242295,
                                        36.400157
                                    ],
                                    [
                                        -102.247206,
                                        36.400144
                                    ],
                                    [
                                        -102.251813,
                                        36.400131
                                    ],
                                    [
                                        -102.251816,
                                        36.400099
                                    ],
                                    [
                                        -102.251828,
                                        36.399743
                                    ],
                                    [
                                        -102.251818,
                                        36.399388
                                    ],
                                    [
                                        -102.251808,
                                        36.39927
                                    ],
                                    [
                                        -102.251787,
                                        36.399033
                                    ],
                                    [
                                        -102.251734,
                                        36.398679
                                    ],
                                    [
                                        -102.251659,
                                        36.398328
                                    ],
                                    [
                                        -102.251564,
                                        36.397981
                                    ],
                                    [
                                        -102.251447,
                                        36.397638
                                    ],
                                    [
                                        -102.25131,
                                        36.3973
                                    ],
                                    [
                                        -102.251152,
                                        36.396967
                                    ],
                                    [
                                        -102.250975,
                                        36.396642
                                    ],
                                    [
                                        -102.250778,
                                        36.396323
                                    ],
                                    [
                                        -102.250562,
                                        36.396013
                                    ],
                                    [
                                        -102.250327,
                                        36.395712
                                    ],
                                    [
                                        -102.250074,
                                        36.395421
                                    ],
                                    [
                                        -102.249804,
                                        36.39514
                                    ],
                                    [
                                        -102.249517,
                                        36.39487
                                    ],
                                    [
                                        -102.249214,
                                        36.394611
                                    ],
                                    [
                                        -102.248896,
                                        36.394366
                                    ],
                                    [
                                        -102.248692,
                                        36.394223
                                    ],
                                    [
                                        -102.248563,
                                        36.394132
                                    ],
                                    [
                                        -102.248217,
                                        36.393913
                                    ],
                                    [
                                        -102.247857,
                                        36.393707
                                    ],
                                    [
                                        -102.247486,
                                        36.393516
                                    ],
                                    [
                                        -102.247103,
                                        36.39334
                                    ],
                                    [
                                        -102.24671,
                                        36.39318
                                    ],
                                    [
                                        -102.246308,
                                        36.393035
                                    ],
                                    [
                                        -102.245898,
                                        36.392906
                                    ],
                                    [
                                        -102.24548,
                                        36.392793
                                    ],
                                    [
                                        -102.245056,
                                        36.392698
                                    ],
                                    [
                                        -102.244627,
                                        36.392619
                                    ],
                                    [
                                        -102.244193,
                                        36.392557
                                    ],
                                    [
                                        -102.243756,
                                        36.392513
                                    ],
                                    [
                                        -102.243345,
                                        36.392488
                                    ],
                                    [
                                        -102.243317,
                                        36.392486
                                    ],
                                    [
                                        -102.242877,
                                        36.392477
                                    ],
                                    [
                                        -102.242437,
                                        36.392485
                                    ],
                                    [
                                        -102.242295,
                                        36.392493
                                    ]
                                ]
                            ],
                            [
                                [
                                    [
                                        -102.269191,
                                        36.385495
                                    ],
                                    [
                                        -102.2692,
                                        36.385827
                                    ],
                                    [
                                        -102.269211,
                                        36.385947
                                    ],
                                    [
                                        -102.269232,
                                        36.386182
                                    ],
                                    [
                                        -102.269285,
                                        36.386535
                                    ],
                                    [
                                        -102.269359,
                                        36.386886
                                    ],
                                    [
                                        -102.269454,
                                        36.387233
                                    ],
                                    [
                                        -102.269571,
                                        36.387577
                                    ],
                                    [
                                        -102.269708,
                                        36.387915
                                    ],
                                    [
                                        -102.269865,
                                        36.388247
                                    ],
                                    [
                                        -102.270043,
                                        36.388573
                                    ],
                                    [
                                        -102.27024,
                                        36.388891
                                    ],
                                    [
                                        -102.270456,
                                        36.389201
                                    ],
                                    [
                                        -102.270691,
                                        36.389502
                                    ],
                                    [
                                        -102.270943,
                                        36.389794
                                    ],
                                    [
                                        -102.271213,
                                        36.390075
                                    ],
                                    [
                                        -102.2715,
                                        36.390345
                                    ],
                                    [
                                        -102.271803,
                                        36.390603
                                    ],
                                    [
                                        -102.272121,
                                        36.390849
                                    ],
                                    [
                                        -102.272328,
                                        36.390994
                                    ],
                                    [
                                        -102.272454,
                                        36.391082
                                    ],
                                    [
                                        -102.2728,
                                        36.391302
                                    ],
                                    [
                                        -102.27316,
                                        36.391508
                                    ],
                                    [
                                        -102.273531,
                                        36.391699
                                    ],
                                    [
                                        -102.273914,
                                        36.391875
                                    ],
                                    [
                                        -102.274307,
                                        36.392035
                                    ],
                                    [
                                        -102.274709,
                                        36.39218
                                    ],
                                    [
                                        -102.275119,
                                        36.392309
                                    ],
                                    [
                                        -102.275537,
                                        36.392422
                                    ],
                                    [
                                        -102.275961,
                                        36.392517
                                    ],
                                    [
                                        -102.27639,
                                        36.392596
                                    ],
                                    [
                                        -102.276824,
                                        36.392658
                                    ],
                                    [
                                        -102.27726,
                                        36.392702
                                    ],
                                    [
                                        -102.277676,
                                        36.392728
                                    ],
                                    [
                                        -102.277699,
                                        36.392729
                                    ],
                                    [
                                        -102.278139,
                                        36.392738
                                    ],
                                    [
                                        -102.278199,
                                        36.392737
                                    ],
                                    [
                                        -102.278199,
                                        36.385467
                                    ],
                                    [
                                        -102.274096,
                                        36.38548
                                    ],
                                    [
                                        -102.269191,
                                        36.385495
                                    ]
                                ]
                            ]
                        ]
                    },
                    {
                        "name": "adjustment_area",
                        "value": 271.85,
                        "unit": "acres",
                        "description": "Area of Analysis Forage Adjustment Area in Acres"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 1,
                        "description": "Forage Adjustment Factor"
                    }
                ],
                [
                    {
                        "name": "aoa_faa_id",
                        "value": 2,
                        "description": "Area of Analysis Forage Adjustment Area Identifier"
                    },
                    {
                        "name": "aoa_faa_geometry",
                        "type": "MultiPolygon",
                        "coordinates": [
                            [
                                [
                                    [
                                        -102.260224,
                                        36.385523
                                    ],
                                    [
                                        -102.260242,
                                        36.386166
                                    ],
                                    [
                                        -102.260304,
                                        36.386876
                                    ],
                                    [
                                        -102.26041,
                                        36.387583
                                    ],
                                    [
                                        -102.260558,
                                        36.388284
                                    ],
                                    [
                                        -102.260683,
                                        36.388737
                                    ],
                                    [
                                        -102.260749,
                                        36.388979
                                    ],
                                    [
                                        -102.260982,
                                        36.389666
                                    ],
                                    [
                                        -102.261256,
                                        36.390342
                                    ],
                                    [
                                        -102.261571,
                                        36.391007
                                    ],
                                    [
                                        -102.261926,
                                        36.391658
                                    ],
                                    [
                                        -102.26232,
                                        36.392295
                                    ],
                                    [
                                        -102.262752,
                                        36.392915
                                    ],
                                    [
                                        -102.263222,
                                        36.393517
                                    ],
                                    [
                                        -102.263727,
                                        36.3941
                                    ],
                                    [
                                        -102.264267,
                                        36.394662
                                    ],
                                    [
                                        -102.26444,
                                        36.394826
                                    ],
                                    [
                                        -102.264841,
                                        36.395202
                                    ],
                                    [
                                        -102.265446,
                                        36.395719
                                    ],
                                    [
                                        -102.266083,
                                        36.396211
                                    ],
                                    [
                                        -102.266748,
                                        36.396677
                                    ],
                                    [
                                        -102.267441,
                                        36.397117
                                    ],
                                    [
                                        -102.26816,
                                        36.397528
                                    ],
                                    [
                                        -102.268903,
                                        36.39791
                                    ],
                                    [
                                        -102.269668,
                                        36.398262
                                    ],
                                    [
                                        -102.2697,
                                        36.398275
                                    ],
                                    [
                                        -102.270453,
                                        36.398584
                                    ],
                                    [
                                        -102.271258,
                                        36.398874
                                    ],
                                    [
                                        -102.272078,
                                        36.399131
                                    ],
                                    [
                                        -102.272914,
                                        36.399356
                                    ],
                                    [
                                        -102.273762,
                                        36.399548
                                    ],
                                    [
                                        -102.274249,
                                        36.399637
                                    ],
                                    [
                                        -102.274621,
                                        36.399705
                                    ],
                                    [
                                        -102.275488,
                                        36.399828
                                    ],
                                    [
                                        -102.276362,
                                        36.399917
                                    ],
                                    [
                                        -102.27724,
                                        36.399971
                                    ],
                                    [
                                        -102.27812,
                                        36.39999
                                    ],
                                    [
                                        -102.278199,
                                        36.399989
                                    ],
                                    [
                                        -102.278199,
                                        36.394773
                                    ],
                                    [
                                        -102.278199,
                                        36.392737
                                    ],
                                    [
                                        -102.278139,
                                        36.392738
                                    ],
                                    [
                                        -102.277699,
                                        36.392729
                                    ],
                                    [
                                        -102.277676,
                                        36.392728
                                    ],
                                    [
                                        -102.27726,
                                        36.392702
                                    ],
                                    [
                                        -102.276824,
                                        36.392658
                                    ],
                                    [
                                        -102.27639,
                                        36.392596
                                    ],
                                    [
                                        -102.275961,
                                        36.392517
                                    ],
                                    [
                                        -102.275537,
                                        36.392422
                                    ],
                                    [
                                        -102.275119,
                                        36.392309
                                    ],
                                    [
                                        -102.274709,
                                        36.39218
                                    ],
                                    [
                                        -102.274307,
                                        36.392035
                                    ],
                                    [
                                        -102.273914,
                                        36.391875
                                    ],
                                    [
                                        -102.273531,
                                        36.391699
                                    ],
                                    [
                                        -102.27316,
                                        36.391508
                                    ],
                                    [
                                        -102.2728,
                                        36.391302
                                    ],
                                    [
                                        -102.272454,
                                        36.391082
                                    ],
                                    [
                                        -102.272328,
                                        36.390994
                                    ],
                                    [
                                        -102.272121,
                                        36.390849
                                    ],
                                    [
                                        -102.271803,
                                        36.390603
                                    ],
                                    [
                                        -102.2715,
                                        36.390345
                                    ],
                                    [
                                        -102.271213,
                                        36.390075
                                    ],
                                    [
                                        -102.270943,
                                        36.389794
                                    ],
                                    [
                                        -102.270691,
                                        36.389502
                                    ],
                                    [
                                        -102.270456,
                                        36.389201
                                    ],
                                    [
                                        -102.27024,
                                        36.388891
                                    ],
                                    [
                                        -102.270043,
                                        36.388573
                                    ],
                                    [
                                        -102.269865,
                                        36.388247
                                    ],
                                    [
                                        -102.269708,
                                        36.387915
                                    ],
                                    [
                                        -102.269571,
                                        36.387577
                                    ],
                                    [
                                        -102.269454,
                                        36.387233
                                    ],
                                    [
                                        -102.269359,
                                        36.386886
                                    ],
                                    [
                                        -102.269285,
                                        36.386535
                                    ],
                                    [
                                        -102.269232,
                                        36.386182
                                    ],
                                    [
                                        -102.269211,
                                        36.385947
                                    ],
                                    [
                                        -102.2692,
                                        36.385827
                                    ],
                                    [
                                        -102.269191,
                                        36.385495
                                    ],
                                    [
                                        -102.267435,
                                        36.385501
                                    ],
                                    [
                                        -102.263531,
                                        36.385513
                                    ],
                                    [
                                        -102.263217,
                                        36.385514
                                    ],
                                    [
                                        -102.260224,
                                        36.385523
                                    ]
                                ],
                                [
                                    [
                                        -102.268642,
                                        36.390549
                                    ],
                                    [
                                        -102.272642,
                                        36.392549
                                    ],
                                    [
                                        -102.274642,
                                        36.395349
                                    ],
                                    [
                                        -102.269642,
                                        36.395349
                                    ],
                                    [
                                        -102.265642,
                                        36.393049
                                    ],
                                    [
                                        -102.268642,
                                        36.390549
                                    ]
                                ]
                            ],
                            [
                                [
                                    [
                                        -102.242295,
                                        36.385576
                                    ],
                                    [
                                        -102.242295,
                                        36.385779
                                    ],
                                    [
                                        -102.242295,
                                        36.392493
                                    ],
                                    [
                                        -102.242437,
                                        36.392485
                                    ],
                                    [
                                        -102.242877,
                                        36.392477
                                    ],
                                    [
                                        -102.243317,
                                        36.392486
                                    ],
                                    [
                                        -102.243345,
                                        36.392488
                                    ],
                                    [
                                        -102.243756,
                                        36.392513
                                    ],
                                    [
                                        -102.244193,
                                        36.392557
                                    ],
                                    [
                                        -102.244627,
                                        36.392619
                                    ],
                                    [
                                        -102.245056,
                                        36.392698
                                    ],
                                    [
                                        -102.24548,
                                        36.392793
                                    ],
                                    [
                                        -102.245898,
                                        36.392906
                                    ],
                                    [
                                        -102.246308,
                                        36.393035
                                    ],
                                    [
                                        -102.24671,
                                        36.39318
                                    ],
                                    [
                                        -102.247103,
                                        36.39334
                                    ],
                                    [
                                        -102.247486,
                                        36.393516
                                    ],
                                    [
                                        -102.247857,
                                        36.393707
                                    ],
                                    [
                                        -102.248217,
                                        36.393913
                                    ],
                                    [
                                        -102.248563,
                                        36.394132
                                    ],
                                    [
                                        -102.248692,
                                        36.394223
                                    ],
                                    [
                                        -102.248896,
                                        36.394366
                                    ],
                                    [
                                        -102.249214,
                                        36.394611
                                    ],
                                    [
                                        -102.249517,
                                        36.39487
                                    ],
                                    [
                                        -102.249804,
                                        36.39514
                                    ],
                                    [
                                        -102.250074,
                                        36.395421
                                    ],
                                    [
                                        -102.250327,
                                        36.395712
                                    ],
                                    [
                                        -102.250562,
                                        36.396013
                                    ],
                                    [
                                        -102.250778,
                                        36.396323
                                    ],
                                    [
                                        -102.250975,
                                        36.396642
                                    ],
                                    [
                                        -102.251152,
                                        36.396967
                                    ],
                                    [
                                        -102.25131,
                                        36.3973
                                    ],
                                    [
                                        -102.251447,
                                        36.397638
                                    ],
                                    [
                                        -102.251564,
                                        36.397981
                                    ],
                                    [
                                        -102.251659,
                                        36.398328
                                    ],
                                    [
                                        -102.251734,
                                        36.398679
                                    ],
                                    [
                                        -102.251787,
                                        36.399033
                                    ],
                                    [
                                        -102.251808,
                                        36.39927
                                    ],
                                    [
                                        -102.251818,
                                        36.399388
                                    ],
                                    [
                                        -102.251828,
                                        36.399743
                                    ],
                                    [
                                        -102.251816,
                                        36.400099
                                    ],
                                    [
                                        -102.251813,
                                        36.400131
                                    ],
                                    [
                                        -102.252529,
                                        36.400129
                                    ],
                                    [
                                        -102.254839,
                                        36.400123
                                    ],
                                    [
                                        -102.258243,
                                        36.400114
                                    ],
                                    [
                                        -102.260787,
                                        36.400106
                                    ],
                                    [
                                        -102.260798,
                                        36.399758
                                    ],
                                    [
                                        -102.260778,
                                        36.399047
                                    ],
                                    [
                                        -102.260715,
                                        36.398337
                                    ],
                                    [
                                        -102.260609,
                                        36.39763
                                    ],
                                    [
                                        -102.26046,
                                        36.396928
                                    ],
                                    [
                                        -102.260337,
                                        36.396481
                                    ],
                                    [
                                        -102.260269,
                                        36.396233
                                    ],
                                    [
                                        -102.260036,
                                        36.395547
                                    ],
                                    [
                                        -102.259762,
                                        36.394871
                                    ],
                                    [
                                        -102.259446,
                                        36.394206
                                    ],
                                    [
                                        -102.259091,
                                        36.393555
                                    ],
                                    [
                                        -102.258697,
                                        36.392918
                                    ],
                                    [
                                        -102.258264,
                                        36.392298
                                    ],
                                    [
                                        -102.257795,
                                        36.391696
                                    ],
                                    [
                                        -102.257289,
                                        36.391113
                                    ],
                                    [
                                        -102.256749,
                                        36.390551
                                    ],
                                    [
                                        -102.25658,
                                        36.390392
                                    ],
                                    [
                                        -102.256175,
                                        36.390011
                                    ],
                                    [
                                        -102.255569,
                                        36.389495
                                    ],
                                    [
                                        -102.254933,
                                        36.389003
                                    ],
                                    [
                                        -102.254268,
                                        36.388537
                                    ],
                                    [
                                        -102.253575,
                                        36.388098
                                    ],
                                    [
                                        -102.252856,
                                        36.387686
                                    ],
                                    [
                                        -102.252113,
                                        36.387304
                                    ],
                                    [
                                        -102.251348,
                                        36.386952
                                    ],
                                    [
                                        -102.251321,
                                        36.386941
                                    ],
                                    [
                                        -102.250562,
                                        36.386631
                                    ],
                                    [
                                        -102.249758,
                                        36.386341
                                    ],
                                    [
                                        -102.248937,
                                        36.386083
                                    ],
                                    [
                                        -102.248102,
                                        36.385859
                                    ],
                                    [
                                        -102.247254,
                                        36.385667
                                    ],
                                    [
                                        -102.246773,
                                        36.385579
                                    ],
                                    [
                                        -102.246687,
                                        36.385563
                                    ],
                                    [
                                        -102.242295,
                                        36.385576
                                    ]
                                ]
                            ]
                        ]
                    },
                    {
                        "name": "adjustment_area",
                        "value": 710.76,
                        "unit": "acres",
                        "description": "Area of Analysis Forage Adjustment Area in Acres"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 0.9,
                        "description": "Forage Adjustment Factor"
                    }
                ],
                [
                    {
                        "name": "aoa_faa_id",
                        "value": 3,
                        "description": "Area of Analysis Forage Adjustment Area Identifier"
                    },
                    {
                        "name": "aoa_faa_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -102.268642,
                                    36.390549
                                ],
                                [
                                    -102.265642,
                                    36.393049
                                ],
                                [
                                    -102.269642,
                                    36.395349
                                ],
                                [
                                    -102.274642,
                                    36.395349
                                ],
                                [
                                    -102.272642,
                                    36.392549
                                ],
                                [
                                    -102.268642,
                                    36.390549
                                ]
                            ]
                        ]
                    },
                    {
                        "name": "adjustment_area",
                        "value": 59.16,
                        "unit": "acres",
                        "description": "Area of Analysis Forage Adjustment Area in Acres"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 0.45,
                        "description": "Forage Adjustment Factor"
                    }
                ],
                [
                    {
                        "name": "aoa_faa_id",
                        "value": 4,
                        "description": "Area of Analysis Forage Adjustment Area Identifier"
                    },
                    {
                        "name": "aoa_faa_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -102.246687,
                                    36.385563
                                ],
                                [
                                    -102.246773,
                                    36.385579
                                ],
                                [
                                    -102.247254,
                                    36.385667
                                ],
                                [
                                    -102.248102,
                                    36.385859
                                ],
                                [
                                    -102.248937,
                                    36.386083
                                ],
                                [
                                    -102.249758,
                                    36.386341
                                ],
                                [
                                    -102.250562,
                                    36.386631
                                ],
                                [
                                    -102.251321,
                                    36.386941
                                ],
                                [
                                    -102.251348,
                                    36.386952
                                ],
                                [
                                    -102.252113,
                                    36.387304
                                ],
                                [
                                    -102.252856,
                                    36.387686
                                ],
                                [
                                    -102.253575,
                                    36.388098
                                ],
                                [
                                    -102.254268,
                                    36.388537
                                ],
                                [
                                    -102.254933,
                                    36.389003
                                ],
                                [
                                    -102.255569,
                                    36.389495
                                ],
                                [
                                    -102.256175,
                                    36.390011
                                ],
                                [
                                    -102.25658,
                                    36.390392
                                ],
                                [
                                    -102.256749,
                                    36.390551
                                ],
                                [
                                    -102.257289,
                                    36.391113
                                ],
                                [
                                    -102.257795,
                                    36.391696
                                ],
                                [
                                    -102.258264,
                                    36.392298
                                ],
                                [
                                    -102.258697,
                                    36.392918
                                ],
                                [
                                    -102.259091,
                                    36.393555
                                ],
                                [
                                    -102.259446,
                                    36.394206
                                ],
                                [
                                    -102.259762,
                                    36.394871
                                ],
                                [
                                    -102.260036,
                                    36.395547
                                ],
                                [
                                    -102.260269,
                                    36.396233
                                ],
                                [
                                    -102.260337,
                                    36.396481
                                ],
                                [
                                    -102.26046,
                                    36.396928
                                ],
                                [
                                    -102.260609,
                                    36.39763
                                ],
                                [
                                    -102.260715,
                                    36.398337
                                ],
                                [
                                    -102.260778,
                                    36.399047
                                ],
                                [
                                    -102.260798,
                                    36.399758
                                ],
                                [
                                    -102.260787,
                                    36.400106
                                ],
                                [
                                    -102.264568,
                                    36.400096
                                ],
                                [
                                    -102.264885,
                                    36.400095
                                ],
                                [
                                    -102.265272,
                                    36.400094
                                ],
                                [
                                    -102.267331,
                                    36.400088
                                ],
                                [
                                    -102.269758,
                                    36.400081
                                ],
                                [
                                    -102.270274,
                                    36.400079
                                ],
                                [
                                    -102.274244,
                                    36.400068
                                ],
                                [
                                    -102.278199,
                                    36.400056
                                ],
                                [
                                    -102.278199,
                                    36.399989
                                ],
                                [
                                    -102.27812,
                                    36.39999
                                ],
                                [
                                    -102.27724,
                                    36.399971
                                ],
                                [
                                    -102.276362,
                                    36.399917
                                ],
                                [
                                    -102.275488,
                                    36.399828
                                ],
                                [
                                    -102.274621,
                                    36.399705
                                ],
                                [
                                    -102.274249,
                                    36.399637
                                ],
                                [
                                    -102.273762,
                                    36.399548
                                ],
                                [
                                    -102.272914,
                                    36.399356
                                ],
                                [
                                    -102.272078,
                                    36.399131
                                ],
                                [
                                    -102.271258,
                                    36.398874
                                ],
                                [
                                    -102.270453,
                                    36.398584
                                ],
                                [
                                    -102.2697,
                                    36.398275
                                ],
                                [
                                    -102.269668,
                                    36.398262
                                ],
                                [
                                    -102.268903,
                                    36.39791
                                ],
                                [
                                    -102.26816,
                                    36.397528
                                ],
                                [
                                    -102.267441,
                                    36.397117
                                ],
                                [
                                    -102.266748,
                                    36.396677
                                ],
                                [
                                    -102.266083,
                                    36.396211
                                ],
                                [
                                    -102.265446,
                                    36.395719
                                ],
                                [
                                    -102.264841,
                                    36.395202
                                ],
                                [
                                    -102.26444,
                                    36.394826
                                ],
                                [
                                    -102.264267,
                                    36.394662
                                ],
                                [
                                    -102.263727,
                                    36.3941
                                ],
                                [
                                    -102.263222,
                                    36.393517
                                ],
                                [
                                    -102.262752,
                                    36.392915
                                ],
                                [
                                    -102.26232,
                                    36.392295
                                ],
                                [
                                    -102.261926,
                                    36.391658
                                ],
                                [
                                    -102.261571,
                                    36.391007
                                ],
                                [
                                    -102.261256,
                                    36.390342
                                ],
                                [
                                    -102.260982,
                                    36.389666
                                ],
                                [
                                    -102.260749,
                                    36.388979
                                ],
                                [
                                    -102.260683,
                                    36.388737
                                ],
                                [
                                    -102.260558,
                                    36.388284
                                ],
                                [
                                    -102.26041,
                                    36.387583
                                ],
                                [
                                    -102.260304,
                                    36.386876
                                ],
                                [
                                    -102.260242,
                                    36.386166
                                ],
                                [
                                    -102.260224,
                                    36.385523
                                ],
                                [
                                    -102.256796,
                                    36.385533
                                ],
                                [
                                    -102.25574,
                                    36.385537
                                ],
                                [
                                    -102.252006,
                                    36.385548
                                ],
                                [
                                    -102.251257,
                                    36.38555
                                ],
                                [
                                    -102.246773,
                                    36.385563
                                ],
                                [
                                    -102.246687,
                                    36.385563
                                ]
                            ]
                        ]
                    },
                    {
                        "name": "adjustment_area",
                        "value": 246.42,
                        "unit": "acres",
                        "description": "Area of Analysis Forage Adjustment Area in Acres"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 0.8,
                        "description": "Forage Adjustment Factor"
                    }
                ]
            ]
        }
    ]
}
Details
Comments & Attachments
Associations
Children
SCM Commits
History (9)
Baselines
All (9)

Filter
 
No data to display.