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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-05: Calculate Adjusted Annual Forage Production (CalcProdAnnual)#6535/HEAD / v131
Tags:  not added yet

GRAS-05: Calculate Adjusted Annual Forage Production (CalcProdAnnual)[SERVICE-6535]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: wlloydJan 12 2016 11:03 Modified by: jdriMay 18 2018 13:20 Type:
Model
Path: m/gras/calcprodannual/1.0 Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/calcprodannual/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
N/A
Last Tested: May 31 2016 00:50 Test Count: 0
Test Success Rate: 0 Failed Tests: --
Traceability
Loading…
Description

GRAS-05: Calculate Adjusted Annual Forage Production (CalcProdAnnual)

This service overlays forage inventory site (FIS) and forage area adjustment (FAA) geometries and calculates weighted average adjusted forage production for each FIS. The service supports both basic and detailed forage inventory, the latter involving production for up to three soil components in the FIS.

{
    "metainfo": {},
    "parameter": [
        {
            "name": "AoAId",
            "value": 3,
            "description": "Area of Analysis Identifier"
        },
        {
            "name": "aoa_geometry",
            "type": "Polygon",
            "coordinates": [
                [
                    [
                        -97.852,
                        46.527635
                    ],
                    [
                        -97.8435624,
                        46.527635
                    ],
                    [
                        -97.8435624,
                        46.5241158
                    ],
                    [
                        -97.852,
                        46.524
                    ],
                    [
                        -97.852,
                        46.527635
                    ]
                ]
            ],
            "description": "Area of Analysis Geometry"
        },
        {
            "name": "FAA List",
            "value": [
                [
                    {
                        "name": "faa_id",
                        "value": 1,
                        "description": "Forage Area Adjustment Identifier"
                    },
                    {
                        "name": "faa_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.852,
                                    46.527635
                                ],
                                [
                                    -97.8498732,
                                    46.527635
                                ],
                                [
                                    -97.849052,
                                    46.5266635
                                ],
                                [
                                    -97.849649,
                                    46.525997
                                ],
                                [
                                    -97.850649,
                                    46.525197
                                ],
                                [
                                    -97.852,
                                    46.524997
                                ],
                                [
                                    -97.852,
                                    46.526418
                                ],
                                [
                                    -97.852,
                                    46.527635
                                ]
                            ]
                        ],
                        "description": "Forage Area Adjustment Geometry"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 0.85,
                        "description": "Forage Area Adjustment Factor"
                    }
                ],
                [
                    {
                        "name": "faa_id",
                        "value": 2,
                        "description": "Forage Area Adjustment Identifier"
                    },
                    {
                        "name": "faa_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.849873,
                                    46.527635
                                ],
                                [
                                    -97.843562,
                                    46.527635
                                ],
                                [
                                    -97.843562,
                                    46.524115
                                ],
                                [
                                    -97.852,
                                    46.524
                                ],
                                [
                                    -97.852,
                                    46.524997
                                ],
                                [
                                    -97.850649,
                                    46.525197
                                ],
                                [
                                    -97.849649,
                                    46.525997
                                ],
                                [
                                    -97.849052,
                                    46.526663
                                ],
                                [
                                    -97.849873,
                                    46.527635
                                ]
                            ]
                        ],
                        "description": "Forage Area Adjustment Geometry"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 1,
                        "description": "Forage Area Adjustment Factor"
                    }
                ]
            ]
        },
        {
            "name": "FIS List",
            "value": [
                [
                    {
                        "name": "fis_id",
                        "value": 1,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.852,
                                    46.527635
                                ],
                                [
                                    -97.8498732,
                                    46.527635
                                ],
                                [
                                    -97.846323,
                                    46.527635
                                ],
                                [
                                    -97.846465,
                                    46.526115
                                ],
                                [
                                    -97.847781,
                                    46.52567
                                ],
                                [
                                    -97.849649,
                                    46.525997
                                ],
                                [
                                    -97.852,
                                    46.526418
                                ],
                                [
                                    -97.852,
                                    46.527635
                                ]
                            ]
                        ],
                        "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": 1,
                                    "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_id",
                        "value": 2,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.846323,
                                    46.527635
                                ],
                                [
                                    -97.8435624,
                                    46.527635
                                ],
                                [
                                    -97.8435624,
                                    46.525011
                                ],
                                [
                                    -97.845465,
                                    46.525515
                                ],
                                [
                                    -97.846465,
                                    46.526115
                                ],
                                [
                                    -97.846323,
                                    46.527635
                                ]
                            ]
                        ],
                        "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": 1,
                                    "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_id",
                        "value": 3,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.852,
                                    46.526418
                                ],
                                [
                                    -97.849649,
                                    46.525997
                                ],
                                [
                                    -97.847781,
                                    46.52567
                                ],
                                [
                                    -97.846465,
                                    46.526115
                                ],
                                [
                                    -97.845465,
                                    46.525515
                                ],
                                [
                                    -97.8435624,
                                    46.525011
                                ],
                                [
                                    -97.8435624,
                                    46.5241158
                                ],
                                [
                                    -97.852,
                                    46.524
                                ],
                                [
                                    -97.852,
                                    46.524997
                                ],
                                [
                                    -97.852,
                                    46.526418
                                ]
                            ]
                        ],
                        "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": 1,
                                    "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"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "5eb16a9a-4d2a-11e7-97b3-d380fccfbe45",
        "cloud_node": "10.1.54.20",
        "request_ip": "129.82.52.100",
        "service_url": "http://csip.engr.colostate.edu:8083/csip-gras/m/gras/calcprodannual/1.0",
        "csip-gras.version": "$version: 0.4.256 12bbf0f20b7b 2017-06-06 rumpal, built at 2017-06-06 12:40 by jenkins$",
        "csip.version": "$version: 2.1.205 fc2f9cc0fa2b 2017-05-24 od, built at 2017-06-06 12:40 by jenkins$",
        "tstamp": "2017-06-09 09:43:23",
        "cpu_time": 375,
        "expiration_date": "2017-06-09 09:43:53"
    },
    "parameter": [
        {
            "name": "AoAId",
            "value": 3,
            "description": "Area of Analysis Identifier"
        },
        {
            "name": "aoa_geometry",
            "type": "Polygon",
            "coordinates": [
                [
                    [
                        -97.852,
                        46.527635
                    ],
                    [
                        -97.8435624,
                        46.527635
                    ],
                    [
                        -97.8435624,
                        46.5241158
                    ],
                    [
                        -97.852,
                        46.524
                    ],
                    [
                        -97.852,
                        46.527635
                    ]
                ]
            ],
            "description": "Area of Analysis Geometry"
        },
        {
            "name": "FAA List",
            "value": [
                [
                    {
                        "name": "faa_id",
                        "value": 1,
                        "description": "Forage Area Adjustment Identifier"
                    },
                    {
                        "name": "faa_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.852,
                                    46.527635
                                ],
                                [
                                    -97.8498732,
                                    46.527635
                                ],
                                [
                                    -97.849052,
                                    46.5266635
                                ],
                                [
                                    -97.849649,
                                    46.525997
                                ],
                                [
                                    -97.850649,
                                    46.525197
                                ],
                                [
                                    -97.852,
                                    46.524997
                                ],
                                [
                                    -97.852,
                                    46.526418
                                ],
                                [
                                    -97.852,
                                    46.527635
                                ]
                            ]
                        ],
                        "description": "Forage Area Adjustment Geometry"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 0.85,
                        "description": "Forage Area Adjustment Factor"
                    }
                ],
                [
                    {
                        "name": "faa_id",
                        "value": 2,
                        "description": "Forage Area Adjustment Identifier"
                    },
                    {
                        "name": "faa_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.849873,
                                    46.527635
                                ],
                                [
                                    -97.843562,
                                    46.527635
                                ],
                                [
                                    -97.843562,
                                    46.524115
                                ],
                                [
                                    -97.852,
                                    46.524
                                ],
                                [
                                    -97.852,
                                    46.524997
                                ],
                                [
                                    -97.850649,
                                    46.525197
                                ],
                                [
                                    -97.849649,
                                    46.525997
                                ],
                                [
                                    -97.849052,
                                    46.526663
                                ],
                                [
                                    -97.849873,
                                    46.527635
                                ]
                            ]
                        ],
                        "description": "Forage Area Adjustment Geometry"
                    },
                    {
                        "name": "adjustment_factor",
                        "value": 1,
                        "description": "Forage Area Adjustment Factor"
                    }
                ]
            ]
        },
        {
            "name": "FIS List",
            "value": [
                [
                    {
                        "name": "fis_id",
                        "value": 1,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.852,
                                    46.527635
                                ],
                                [
                                    -97.8498732,
                                    46.527635
                                ],
                                [
                                    -97.846323,
                                    46.527635
                                ],
                                [
                                    -97.846465,
                                    46.526115
                                ],
                                [
                                    -97.847781,
                                    46.52567
                                ],
                                [
                                    -97.849649,
                                    46.525997
                                ],
                                [
                                    -97.852,
                                    46.526418
                                ],
                                [
                                    -97.852,
                                    46.527635
                                ]
                            ]
                        ],
                        "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": 1,
                                    "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_id",
                        "value": 2,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.846323,
                                    46.527635
                                ],
                                [
                                    -97.8435624,
                                    46.527635
                                ],
                                [
                                    -97.8435624,
                                    46.525011
                                ],
                                [
                                    -97.845465,
                                    46.525515
                                ],
                                [
                                    -97.846465,
                                    46.526115
                                ],
                                [
                                    -97.846323,
                                    46.527635
                                ]
                            ]
                        ],
                        "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": 1,
                                    "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_id",
                        "value": 3,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_geometry",
                        "type": "Polygon",
                        "coordinates": [
                            [
                                [
                                    -97.852,
                                    46.526418
                                ],
                                [
                                    -97.849649,
                                    46.525997
                                ],
                                [
                                    -97.847781,
                                    46.52567
                                ],
                                [
                                    -97.846465,
                                    46.526115
                                ],
                                [
                                    -97.845465,
                                    46.525515
                                ],
                                [
                                    -97.8435624,
                                    46.525011
                                ],
                                [
                                    -97.8435624,
                                    46.5241158
                                ],
                                [
                                    -97.852,
                                    46.524
                                ],
                                [
                                    -97.852,
                                    46.524997
                                ],
                                [
                                    -97.852,
                                    46.526418
                                ]
                            ]
                        ],
                        "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": 1,
                                    "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"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "AoaId",
            "value": 3,
            "description": "Area of Analysis Identifier"
        },
        {
            "name": "aoa_adj_prod_annual",
            "value": 10,
            "description": "Adjusted Measured Annual Production for the Area of Analysis (lbs/ac)"
        },
        {
            "name": "FIS List",
            "value": [
                [
                    {
                        "name": "fis_id",
                        "value": 1,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_adj_prod_annual",
                        "value": 9,
                        "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": 939,
                                    "unit": "lb/acre",
                                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "fis_id",
                        "value": 2,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_adj_prod_annual",
                        "value": 10,
                        "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": 1000,
                                    "unit": "lb/acre",
                                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component"
                                }
                            ]
                        ]
                    }
                ],
                [
                    {
                        "name": "fis_id",
                        "value": 3,
                        "description": "Forage Inventory Site Identifier"
                    },
                    {
                        "name": "fis_adj_prod_annual",
                        "value": 10,
                        "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": 979,
                                    "unit": "lb/acre",
                                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
   (the file to convert)
   (the converted file)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (131)
Baselines
All (131)

Submitter Association Comment
Nothing found to display.