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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-09: Calculate Animal Herd Forage Demand (CalcAnimalHerdDemand)#6499/HEAD / v135
Tags:  not added yet

GRAS-09: Calculate Animal Herd Forage Demand (CalcAnimalHerdDemand)[SERVICE-6499]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: wlloydJan 12 2016 11:03 Modified by: jdriMay 18 2018 14:36 Type:
Model
Path: m/gras/animalherddemand/1.0 Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/animalherddemand/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-09: Calculate Animal Herd Forage Demand (CalcAnimalHerdDemand)

Calculate daily, monthly, and yearly forage intake (demand) requirements and animal unit equivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis.

{
    "metainfo": {},
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2014-01-01",
            "description": "Starting date of grazing system (YYYY-MM-DD)"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2014-12-31",
            "description": "Ending date of grazing system (YYYY-MM-DD)"
        },
        {
            "name": "Herd List",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "value": 1,
                        "description": "Herd identifier"
                    },
                    {
                        "name": "Animal Group List",
                        "value": [
                            [
                                {
                                    "name": "animal_group_id",
                                    "value": 1,
                                    "description": "Group identifier"
                                },
                                {
                                    "name": "animal_unit_id",
                                    "value": 2,
                                    "description": "Animal unit identifier"
                                },
                                {
                                    "name": "number_of_head",
                                    "value": 20,
                                    "description": "Number of animals in group"
                                },
                                {
                                    "name": "avg_weight",
                                    "value": 800,
                                    "description": "Average weight of animals in group",
                                    "unit": "lb"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "value": 3,
                                    "description": "Average individual intake as function of bodyweight",
                                    "unit": "%",
                                    "max": 100,
                                    "min": 0
                                },
                                {
                                    "name": "date_into_herd",
                                    "value": "2014-03-01",
                                    "description": "Date group is added to herd (YYYY-MM-DD)"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "value": "2014-09-30",
                                    "description": "Date group is removed from herd (YYYY-MM-DD)"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "4e67384f-2aa4-11e7-8435-218d4cdfa018",
        "cloud_node": "10.1.75.20",
        "tstamp": "2017-04-26 11:18:03",
        "service_url": "http://csip.engr.colostate.edu:8092/csip-gras/m/gras/animalherddemand/1.0",
        "request_ip": "10.84.177.140",
        "csip-gras.version": "$version: 0.4.228 c563372fef74 2017-04-20 rumpal, built at 2017-04-20 16:16 by jenkins$",
        "csip.version": "$version: 2.1.179 5b6bb423bd93 2017-04-17 od, built at 2017-04-20 16:16 by jenkins$",
        "cpu_time": 5,
        "expiration_date": "2017-04-26 11:18:33"
    },
    "parameter": [
        {
            "name": "grazing_system_start_date",
            "value": "2014-01-01",
            "description": "Starting date of grazing system (YYYY-MM-DD)"
        },
        {
            "name": "grazing_system_end_date",
            "value": "2014-12-31",
            "description": "Ending date of grazing system (YYYY-MM-DD)"
        },
        {
            "name": "Herd List",
            "value": [
                [
                    {
                        "name": "herd_id",
                        "value": 1,
                        "description": "Herd identifier"
                    },
                    {
                        "name": "Animal Group List",
                        "value": [
                            [
                                {
                                    "name": "animal_group_id",
                                    "value": 1,
                                    "description": "Group identifier"
                                },
                                {
                                    "name": "animal_unit_id",
                                    "value": 2,
                                    "description": "Animal unit identifier"
                                },
                                {
                                    "name": "number_of_head",
                                    "value": 20,
                                    "description": "Number of animals in group"
                                },
                                {
                                    "name": "avg_weight",
                                    "value": 800,
                                    "description": "Average weight of animals in group",
                                    "unit": "lb"
                                },
                                {
                                    "name": "avg_daily_intake_pct",
                                    "value": 3,
                                    "description": "Average individual intake as function of bodyweight",
                                    "unit": "%",
                                    "max": 100,
                                    "min": 0
                                },
                                {
                                    "name": "date_into_herd",
                                    "value": "2014-03-01",
                                    "description": "Date group is added to herd (YYYY-MM-DD)"
                                },
                                {
                                    "name": "date_out_of_herd",
                                    "value": "2014-09-30",
                                    "description": "Date group is removed from herd (YYYY-MM-DD)"
                                }
                            ]
                        ]
                    }
                ]
            ]
        }
    ],
    "result": [
        {
            "name": "Grazing System",
            "value": [
                [
                    {
                        "name": "grazing_system_year",
                        "value": 2014,
                        "description": "Grazing System Summary for the year 2014"
                    },
                    {
                        "name": "Herd List",
                        "value": [
                            [
                                {
                                    "name": "herd_id",
                                    "value": 1,
                                    "description": "Herd Identifier"
                                },
                                {
                                    "name": "jan_herd_demand",
                                    "value": 0,
                                    "description": "Herd Forage Demand for January"
                                },
                                {
                                    "name": "feb_herd_demand",
                                    "value": 0,
                                    "description": "Herd Forage Demand for February"
                                },
                                {
                                    "name": "mar_herd_demand",
                                    "value": 14880,
                                    "description": "Herd Forage Demand for March"
                                },
                                {
                                    "name": "apr_herd_demand",
                                    "value": 14400,
                                    "description": "Herd Forage Demand for April"
                                },
                                {
                                    "name": "may_herd_demand",
                                    "value": 14880,
                                    "description": "Herd Forage Demand for May"
                                },
                                {
                                    "name": "jun_herd_demand",
                                    "value": 14400,
                                    "description": "Herd Forage Demand for June"
                                },
                                {
                                    "name": "jul_herd_demand",
                                    "value": 14880,
                                    "description": "Herd Forage Demand for July"
                                },
                                {
                                    "name": "aug_herd_demand",
                                    "value": 14880,
                                    "description": "Herd Forage Demand for August"
                                },
                                {
                                    "name": "sep_herd_demand",
                                    "value": 14400,
                                    "description": "Herd Forage Demand for September"
                                },
                                {
                                    "name": "oct_herd_demand",
                                    "value": 0,
                                    "description": "Herd Forage Demand for October"
                                },
                                {
                                    "name": "nov_herd_demand",
                                    "value": 0,
                                    "description": "Herd Forage Demand for November"
                                },
                                {
                                    "name": "dec_herd_demand",
                                    "value": 0,
                                    "description": "Herd Forage Demand for December"
                                },
                                {
                                    "name": "total_herd_demand",
                                    "value": 102720,
                                    "description": "Total Herd Forage Demand for the year 2014"
                                },
                                {
                                    "name": "Animal Group List",
                                    "value": [
                                        [
                                            {
                                                "name": "animal_group_id",
                                                "value": 1,
                                                "description": "Animal Group Identifier"
                                            },
                                            {
                                                "name": "animal_daily_intake_lbs",
                                                "value": 24,
                                                "unit": "lb",
                                                "description": "Average Animal Daily Intake"
                                            },
                                            {
                                                "name": "animal_monthly_intake_lbs",
                                                "value": 730,
                                                "unit": "lb",
                                                "description": "Average Animal Monthly Intake"
                                            },
                                            {
                                                "name": "animal_yearly_intake_lbs",
                                                "value": 8760,
                                                "unit": "lb",
                                                "description": "Average Animal Yearly Intake"
                                            },
                                            {
                                                "name": "group_daily_intake_lbs",
                                                "value": 480,
                                                "unit": "lb",
                                                "description": "Average Group Daily Intake"
                                            },
                                            {
                                                "name": "animal_aue",
                                                "value": 0.8,
                                                "description": "Animal Unit Equivalents"
                                            },
                                            {
                                                "name": "jan_group_demand",
                                                "value": 0,
                                                "description": "Animal Group Forage Demand for January"
                                            },
                                            {
                                                "name": "feb_group_demand",
                                                "value": 0,
                                                "description": "Animal Group Forage Demand for February"
                                            },
                                            {
                                                "name": "mar_group_demand",
                                                "value": 14880,
                                                "description": "Animal Group Forage Demand for March"
                                            },
                                            {
                                                "name": "apr_group_demand",
                                                "value": 14400,
                                                "description": "Animal Group Forage Demand for April"
                                            },
                                            {
                                                "name": "may_group_demand",
                                                "value": 14880,
                                                "description": "Animal Group Forage Demand for May"
                                            },
                                            {
                                                "name": "jun_group_demand",
                                                "value": 14400,
                                                "description": "Animal Group Forage Demand for June"
                                            },
                                            {
                                                "name": "jul_group_demand",
                                                "value": 14880,
                                                "description": "Animal Group Forage Demand for July"
                                            },
                                            {
                                                "name": "aug_group_demand",
                                                "value": 14880,
                                                "description": "Animal Group Forage Demand for August"
                                            },
                                            {
                                                "name": "sep_group_demand",
                                                "value": 14400,
                                                "description": "Animal Group Forage Demand for September"
                                            },
                                            {
                                                "name": "oct_group_demand",
                                                "value": 0,
                                                "description": "Animal Group Forage Demand for October"
                                            },
                                            {
                                                "name": "nov_group_demand",
                                                "value": 0,
                                                "description": "Animal Group Forage Demand for November"
                                            },
                                            {
                                                "name": "dec_group_demand",
                                                "value": 0,
                                                "description": "Animal Group Forage Demand for December"
                                            },
                                            {
                                                "name": "total_group_demand",
                                                "value": 102720,
                                                "description": "Total Animal Group Forage Demand for the year 2014"
                                            }
                                        ]
                                    ]
                                }
                            ]
                        ]
                    },
                    {
                        "name": "jan_system_demand",
                        "value": 0,
                        "description": "Grazing System Animal Demand for January"
                    },
                    {
                        "name": "feb_system_demand",
                        "value": 0,
                        "description": "Grazing System Animal Demand for February"
                    },
                    {
                        "name": "mar_system_demand",
                        "value": 14880,
                        "description": "Grazing System Animal Demand for March"
                    },
                    {
                        "name": "apr_system_demand",
                        "value": 14400,
                        "description": "Grazing System Animal Demand for April"
                    },
                    {
                        "name": "may_system_demand",
                        "value": 14880,
                        "description": "Grazing System Animal Demand for May"
                    },
                    {
                        "name": "jun_system_demand",
                        "value": 14400,
                        "description": "Grazing System Animal Demand for June"
                    },
                    {
                        "name": "jul_system_demand",
                        "value": 14880,
                        "description": "Grazing System Animal Demand for July"
                    },
                    {
                        "name": "aug_system_demand",
                        "value": 14880,
                        "description": "Grazing System Animal Demand for August"
                    },
                    {
                        "name": "sep_system_demand",
                        "value": 14400,
                        "description": "Grazing System Animal Demand for September"
                    },
                    {
                        "name": "oct_system_demand",
                        "value": 0,
                        "description": "Grazing System Animal Demand for October"
                    },
                    {
                        "name": "nov_system_demand",
                        "value": 0,
                        "description": "Grazing System Animal Demand for November"
                    },
                    {
                        "name": "dec_system_demand",
                        "value": 0,
                        "description": "Grazing System Animal Demand for December"
                    },
                    {
                        "name": "total_system_demand",
                        "value": 102720,
                        "description": "Grazing System Animal Demand for the year 2014"
                    }
                ]
            ]
        }
    ]
}
   (the file to convert)
   (the converted file)
Details
Comments & Attachments
Associations
Children
SCM Commits
History (135)
Baselines
All (135)

Accepted Jan 12 2016 11:03
Submit by wlloyd
Compare tracker item versions
Submitted Action Version
jdri
May 18 2018 14:36
Edit 135
Description
!!!GRAS-09: Calculate Animal Herd Forage Demand (CalcAnimalHerdDemand)
Calculate daily, monthly...ivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis.
%%tabbedSection¶
%%tab-Request
{{{
{
"metainfo": {},
"parameter": [
{
"... ]
}
]
]
}
]
}
}}}
%%¶
%%tab-Response
{{{
{
"metainfo": {
"status": "Finished",
&...ar 2014"
}
]
]
}
]
}
}}}

Show diff
!!!GRAS-09: Calculate Animal Herd Forage Demand (CalcAnimalHerdDemand)
Calculate daily, monthly...ivalents (AUEs) for each animal group in the herd, on a per animal (head) and per group basis.
[{Table¶
|__Request__ |__Response__¶
|(text-align:left;vertical-align:top;)
{{{
{
"metainfo": {},
"parameter": [
{
"... ]
}
]
]
}
]
}
}}}
|(text-align:left;vertical-align:top)
{{{
{
"metainfo": {
"status": "Finished",
&...ar 2014"
}
]
]
}
]
}
}}}
rumpal
Apr 26 2017 11:19
Edit 134
Path m/gras/animalherddemand/1.0 m/gras/animalherddemand
Description
!!!GRAS-09: Calculate Animal Herd Forage Demand (CalcAnimalHerdDemand)
Calculate daily, monthly...p basis.
[{Table
|__Request__ |__Response__
|(text-align:left;vertical-align:top;)
{{{
{
    "metainfo": {},
    "parameter": [
    {
   "name": "grazing_system_start_date",
    "value": "2014-01-01",
   "description": "Starting date of grazing system"

Show diff
!!!GRAS-09: Calculate Animal Herd Forage Demand (CalcAnimalHerdDemand)
Calculate daily, monthly...p basis.
[{Table
|__Request__ |__Response__
|(text-align:left;vertical-align:top;)
{{{
  {
"metainfo": {
 },
"parameter": [
{
"name" : "grazing_system_start_date",
"value" : "2014-01-01",
"description" : "Starting date of grazing system"
Maintainers rumpal rob.streetman
Last Tested May 31 2016 00:50 May 31 2016 00:50
odavid
May 31 2016 00:50
Edit 133
Last Tested May 31 2016 00:50 May 30 2016 00:50
odavid
May 30 2016 00:50
Edit 132
Last Tested May 30 2016 00:50 May 29 2016 00:50
odavid
May 29 2016 00:50
Edit 131
Last Tested May 29 2016 00:50 May 28 2016 00:50
odavid
May 28 2016 00:50
Edit 130
Last Tested May 28 2016 00:50 May 27 2016 00:50
odavid
May 27 2016 00:50
Edit 129
Last Tested May 27 2016 00:50 May 26 2016 00:50
odavid
May 26 2016 00:50
Edit 128
Last Tested May 26 2016 00:50 May 25 2016 00:50
odavid
May 25 2016 00:50
Edit 127
Last Tested May 25 2016 00:50 May 24 2016 00:50
odavid
May 24 2016 00:50
Edit 126
Last Tested May 24 2016 00:50 May 23 2016 00:50
odavid
May 23 2016 00:50
Edit 125
Last Tested May 23 2016 00:50 May 22 2016 00:50
odavid
May 22 2016 00:50
Edit 124
Last Tested May 22 2016 00:50 May 21 2016 00:50
odavid
May 21 2016 00:50
Edit 123
Last Tested May 21 2016 00:50 May 20 2016 00:50
odavid
May 20 2016 00:50
Edit 122
Last Tested May 20 2016 00:50 May 19 2016 00:50
odavid
May 19 2016 00:50
Edit 121
Last Tested May 19 2016 00:50 May 18 2016 00:50
odavid
May 18 2016 00:50
Edit 120
Last Tested May 18 2016 00:50 May 17 2016 00:50
odavid
May 17 2016 00:50
Edit 119
Test Status N/A Pass
Last Tested May 17 2016 00:50 May 16 2016 00:50
Test Count 0 6
Test Success Rate 0 100
sandeep.kasavaraju
May 17 2016 00:24
Edit 118
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 17 2016 00:24
Edit 117
Comments/Attachments 1 comment deleted --
sandeep.kasavaraju
May 17 2016 00:24
Edit 116
Comments/Attachments 1 comment deleted --
Only the last 20 history item loaded. Show All (135)