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/v123
Tags:  not added yet

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

Tracker: Services Priority: NormalNormal Status: Completed
Submitted by: wlloydJan 12 2016 11:03 Modified by: odavidMay 27 2016 00:50 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 27 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.

Description.

Request Response
{
    "metainfo": {},
    "parameter": [
        {
            "name": "AoA",
            "value": [
                {
                    "name": "AoAId",
                    "value": 3,
                    "description": "Area of Analysis Identifier"
                },
                {
                    "name": "aoa_geometry",
                    "value": {
                        "type": "Feature",
                        "geometry": {
                            "type": "Polygon",
                            "coordinates": [
                                [
                                    [
                                        -104.98968601226807,
                                        40.71610269105921
                                    ],
                                    [
                                        -104.98659610748291,
                                        40.71906264865593
                                    ],
                                    [
                                        -104.98419284820555,
                                        40.71636291238809
                                    ],
                                    [
                                        -104.9877119064331,
                                        40.714476284709335
                                    ],
                                    [
                                        -104.98968601226807,
                                        40.71610269105921
                                    ]
                                ]
                            ]
                        }
                    }
                },
                {
                    "name": "faa_list",
                    "value": [
                        [
                            {
                                "name": "aoa_faa_id",
                                "value": 1,
                                "description": "Forage Area Adjustment Identifier"
                            },
                            {
                                "name": "faa_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.98968601226807,
                                                    40.71610269105921
                                                ],
                                                [
                                                    -104.98659610748291,
                                                    40.71906264865593
                                                ],
                                                [
                                                    -104.98419284820555,
                                                    40.71636291238809
                                                ],
                                                [
                                                    -104.9877119064331,
                                                    40.714476284709335
                                                ],
                                                [
                                                    -104.98968601226807,
                                                    40.71610269105921
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "name": "adjustment_factor",
                                "value": 0.9,
                                "description": "Forage Area Adjustment Factor"
                            }
                        ]
                    ]
                },
                {
                    "name": "fis_list",
                    "value": [
                        [
                            {
                                "name": "fis_id",
                                "value": 1,
                                "description": "Forage Inventory Site Identifier"
                            },
                            {
                                "name": "fis_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ],
                                                [
                                                    -104.98784065246582,
                                                    40.72543749493236
                                                ],
                                                [
                                                    -104.98363494873047,
                                                    40.72205499947202
                                                ],
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "name": "fis_component_list",
                                "value": [
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 1,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.6,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ],
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 2,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.2,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ],
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 3,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.2,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1500,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ]
                                ]
                            }
                        ],
                        [
                            {
                                "name": "fis_id",
                                "value": 2,
                                "description": "Forage Inventory Site Identifier"
                            },
                            {
                                "name": "fis_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ],
                                                [
                                                    -104.98784065246582,
                                                    40.72543749493236
                                                ],
                                                [
                                                    -104.98363494873047,
                                                    40.72205499947202
                                                ],
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "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"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ]
                                ]
                            }
                        ],
                        [
                            {
                                "name": "fis_id",
                                "value": 3,
                                "description": "Forage Inventory Site Identifier"
                            },
                            {
                                "name": "fis_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ],
                                                [
                                                    -104.98784065246582,
                                                    40.72543749493236
                                                ],
                                                [
                                                    -104.98363494873047,
                                                    40.72205499947202
                                                ],
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "name": "fis_component_list",
                                "value": [
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 1,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.55,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ],
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 2,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.45,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 2000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ]
                                ]
                            }
                        ],
                        [
                            {
                                "name": "fis_id",
                                "value": 4,
                                "description": "Forage Inventory Site Identifier"
                            },
                            {
                                "name": "fis_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ],
                                                [
                                                    -104.98784065246582,
                                                    40.72543749493236
                                                ],
                                                [
                                                    -104.98363494873047,
                                                    40.72205499947202
                                                ],
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "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"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1500,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ]
                                ]
                            }
                        ]
                    ]
                }
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "d74b52d0-36e0-11e5-acfe-c9b57d0df905",
        "cloud_node": "129.82.226.52",
        "tstamp": "2015-07-30 11:31:41",
        "service_url": "http://129.82.226.52:8080/csip-gras/m/gras/calcprodannual/1.0",
        "request_ip": "129.82.52.241",
        "cpu_time": 10625,
        "expiration_date": "2015-07-30 11:36:52"
    },
    "parameter": [
        {
            "name": "AoA",
            "value": [
                {
                    "name": "AoAId",
                    "value": 3,
                    "description": "Area of Analysis Identifier"
                },
                {
                    "name": "aoa_geometry",
                    "value": {
                        "type": "Feature",
                        "geometry": {
                            "type": "Polygon",
                            "coordinates": [
                                [
                                    [
                                        -104.98968601226807,
                                        40.71610269105921
                                    ],
                                    [
                                        -104.98659610748291,
                                        40.71906264865593
                                    ],
                                    [
                                        -104.98419284820555,
                                        40.71636291238809
                                    ],
                                    [
                                        -104.9877119064331,
                                        40.714476284709335
                                    ],
                                    [
                                        -104.98968601226807,
                                        40.71610269105921
                                    ]
                                ]
                            ]
                        }
                    }
                },
                {
                    "name": "faa_list",
                    "value": [
                        [
                            {
                                "name": "aoa_faa_id",
                                "value": 1,
                                "description": "Forage Area Adjustment Identifier"
                            },
                            {
                                "name": "faa_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.98968601226807,
                                                    40.71610269105921
                                                ],
                                                [
                                                    -104.98659610748291,
                                                    40.71906264865593
                                                ],
                                                [
                                                    -104.98419284820555,
                                                    40.71636291238809
                                                ],
                                                [
                                                    -104.9877119064331,
                                                    40.714476284709335
                                                ],
                                                [
                                                    -104.98968601226807,
                                                    40.71610269105921
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "name": "adjustment_factor",
                                "value": 0.9,
                                "description": "Forage Area Adjustment Factor"
                            }
                        ]
                    ]
                },
                {
                    "name": "fis_list",
                    "value": [
                        [
                            {
                                "name": "fis_id",
                                "value": 1,
                                "description": "Forage Inventory Site Identifier"
                            },
                            {
                                "name": "fis_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ],
                                                [
                                                    -104.98784065246582,
                                                    40.72543749493236
                                                ],
                                                [
                                                    -104.98363494873047,
                                                    40.72205499947202
                                                ],
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "name": "fis_component_list",
                                "value": [
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 1,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.6,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ],
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 2,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.2,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ],
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 3,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.2,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1500,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ]
                                ]
                            }
                        ],
                        [
                            {
                                "name": "fis_id",
                                "value": 2,
                                "description": "Forage Inventory Site Identifier"
                            },
                            {
                                "name": "fis_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ],
                                                [
                                                    -104.98784065246582,
                                                    40.72543749493236
                                                ],
                                                [
                                                    -104.98363494873047,
                                                    40.72205499947202
                                                ],
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "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"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ]
                                ]
                            }
                        ],
                        [
                            {
                                "name": "fis_id",
                                "value": 3,
                                "description": "Forage Inventory Site Identifier"
                            },
                            {
                                "name": "fis_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ],
                                                [
                                                    -104.98784065246582,
                                                    40.72543749493236
                                                ],
                                                [
                                                    -104.98363494873047,
                                                    40.72205499947202
                                                ],
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "name": "fis_component_list",
                                "value": [
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 1,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.55,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ],
                                    [
                                        {
                                            "name": "fis_component_id",
                                            "value": 2,
                                            "description": "Forage Inventory Site Component Identifier"
                                        },
                                        {
                                            "name": "fis_component_pct",
                                            "value": 0.45,
                                            "description": "Component Percent of the Forage Inventory Site"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 2000,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ]
                                ]
                            }
                        ],
                        [
                            {
                                "name": "fis_id",
                                "value": 4,
                                "description": "Forage Inventory Site Identifier"
                            },
                            {
                                "name": "fis_geometry",
                                "value": {
                                    "type": "Feature",
                                    "geometry": {
                                        "type": "Polygon",
                                        "coordinates": [
                                            [
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ],
                                                [
                                                    -104.98784065246582,
                                                    40.72543749493236
                                                ],
                                                [
                                                    -104.98363494873047,
                                                    40.72205499947202
                                                ],
                                                [
                                                    -104.99341964721678,
                                                    40.7219574249367
                                                ]
                                            ]
                                        ]
                                    }
                                }
                            },
                            {
                                "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"
                                        },
                                        {
                                            "name": "fis_component_prod",
                                            "value": 1500,
                                            "description": "Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                                        }
                                    ]
                                ]
                            }
                        ]
                    ]
                }
            ]
        }
    ],
    "result": [
        {
            "name": "AoaId",
            "value": 3,
            "description": "Area of Analysis Identifier"
        },
        {
            "name": "aoa_adj_prod_annual",
            "value": 42638.462657241325,
            "description": "Adjusted Measured Annual Production for the Area of Analysis in Pounds per Acre"
        },
        {
            "name": "fis_list",
            "value": [
                {
                    "name": "fis_id",
                    "value": 1,
                    "description": "Forage Inventory Site Identifier"
                },
                {
                    "name": "fis_adj_prod_annual",
                    "value": 6903.472000321442,
                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site in Pounds per Acre"
                },
                {
                    "name": "fis_component_list",
                    "value": [
                        {
                            "name": "fis_component_id",
                            "value": 1,
                            "description": "Forage Inventory Site Component Identifier"
                        },
                        {
                            "name": "fis_comp_adj_prod_annual",
                            "value": 3765.5301819935135,
                            "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                        },
                        {
                            "name": "fis_component_id",
                            "value": 2,
                            "description": "Forage Inventory Site Component Identifier"
                        },
                        {
                            "name": "fis_comp_adj_prod_annual",
                            "value": 1255.1767273311712,
                            "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                        },
                        {
                            "name": "fis_component_id",
                            "value": 3,
                            "description": "Forage Inventory Site Component Identifier"
                        },
                        {
                            "name": "fis_comp_adj_prod_annual",
                            "value": 1882.7650909967567,
                            "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                        }
                    ],
                    "description": "List of FIS Components"
                },
                {
                    "name": "fis_id",
                    "value": 2,
                    "description": "Forage Inventory Site Identifier"
                },
                {
                    "name": "fis_adj_prod_annual",
                    "value": 6275.883636655856,
                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site in Pounds per Acre"
                },
                {
                    "name": "fis_component_list",
                    "value": [
                        {
                            "name": "fis_component_id",
                            "value": 1,
                            "description": "Forage Inventory Site Component Identifier"
                        },
                        {
                            "name": "fis_comp_adj_prod_annual",
                            "value": 6275.883636655856,
                            "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                        }
                    ],
                    "description": "List of FIS Components"
                },
                {
                    "name": "fis_id",
                    "value": 3,
                    "description": "Forage Inventory Site Identifier"
                },
                {
                    "name": "fis_adj_prod_annual",
                    "value": 9100.031273150991,
                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site in Pounds per Acre"
                },
                {
                    "name": "fis_component_list",
                    "value": [
                        {
                            "name": "fis_component_id",
                            "value": 1,
                            "description": "Forage Inventory Site Component Identifier"
                        },
                        {
                            "name": "fis_comp_adj_prod_annual",
                            "value": 3451.7360001607212,
                            "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                        },
                        {
                            "name": "fis_component_id",
                            "value": 2,
                            "description": "Forage Inventory Site Component Identifier"
                        },
                        {
                            "name": "fis_comp_adj_prod_annual",
                            "value": 5648.29527299027,
                            "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                        }
                    ],
                    "description": "List of FIS Components"
                },
                {
                    "name": "fis_id",
                    "value": 4,
                    "description": "Forage Inventory Site Identifier"
                },
                {
                    "name": "fis_adj_prod_annual",
                    "value": 9413.825454983784,
                    "description": "Adjusted Measured Annual Production for the Forage Inventory Site in Pounds per Acre"
                },
                {
                    "name": "fis_component_list",
                    "value": [
                        {
                            "name": "fis_component_id",
                            "value": 1,
                            "description": "Forage Inventory Site Component Identifier"
                        },
                        {
                            "name": "fis_comp_adj_prod_annual",
                            "value": 9413.825454983784,
                            "description": "Adjusted Measured Annual Production for the Forage Inventory Site Component in Pounds per Acre"
                        }
                    ],
                    "description": "List of FIS Components"
                }
            ],
            "description": "List of Forage Inventory Site"
        }
    ]
}
Files to attach:
(the file to convert)
Files to fetch:
(the converted file)

Details
Comments & Attachments
Associations
Children
SCM Commits
History (123)
Baselines
All (123)

Submitter Association Comment
Nothing found to display.