Intland's free requirements, development and test management hosting.
This server hosts 100.000+ users on the cloud!
Calculate Animal Herd Forage Demand (GRAS-9)#447215/v13
more
Tags:  not added yet

Calculate Animal Herd Forage Demand (GRAS-9)[SVC-447215]

Tracker: Services Priority: NormalNormal Status: Completed
Submitted by: rob.streetman Mar 17 16:13 Modified by: rob.streetman Yesterday 16:25 Type: Model
Path: m/gras/animalherddemand Context: csip-gras Version: 1.0
Endpoints: http://129.82.226.52:8080/csip-gras/m/gras/animalherddemand/1.0
Maintainers: rob.streetman
Website: -- App: --
Relations
Loading...
Description
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. Herd demand can fluctuate through the year on a daily basis depending on group start and end dates, but this is dealt with in the Forage Animal Balance service.

Request Response
  {
 "metainfo": {
 },
 "parameter": [
  {
   "name": "groups",
   "description" : "List of animal groups within herd.",
   "value": [
    [
     {
      "name": "number_of_head",
      "description" : "Number of animals in group.",
      "value": 75
     },
     {
      "name": "avg_weight",
      "description" : "Average weight of animals in group, lbs.",
      "value": 1000,
      "unit": "lbs"
     },
     {
      "name": "avg_daily_intake",
      "description" : "Average daily intake of animals as a percent of their weight.",
      "value": 0.03,
      "unit" : "%",
      "min": 0.0,
      "max": 1.0
     },
     {
      "name": "date_into_herd",
      "description" : "MM/DD group enters herd.",
      "value": "01-01"
     },
     {
      "name": "date_out_of_herd",
      "description" : "MM/DD group leaves herd.",
      "value": "12-31"
     }
    ]
   ]
  }
 ]
}
{
  "metainfo": {
    "status": "Finished",
    "suid": "f20840fb-ce75-11e4-a17a-87d513f3c1cc",
    "cloud_node": "129.82.226.52",
    "tstamp": "2015-03-19 14:24:29",
    "service_url": "http://localhost:8080/csip-gras/m/gras/animalherddemand/1.0",
    "request_ip": "127.0.0.1",
    "cpu_time": 181,
    "expiration_date": "2015-03-19 14:29:29"
  },
  "parameter": [{
    "name": "groups",
    "description": "List of animal groups within herd.",
    "value": [[
      {
        "name": "number_of_head",
        "description": "Number of animals in group.",
        "value": 75
      },
      {
        "name": "avg_weight",
        "description": "Average weight of animals in group, lbs.",
        "value": 1000,
        "unit": "lbs"
      },
      {
        "name": "avg_daily_intake",
        "description": "Average daily intake of animals as a percent of their weight.",
        "value": 0.03,
        "unit": "%",
        "min": 0,
        "max": 1
      },
      {
        "name": "date_into_herd",
        "description": "MM/DD group enters herd.",
        "value": "01-01"
      },
      {
        "name": "date_out_of_herd",
        "description": "MM/DD group leaves herd.",
        "value": "12-31"
      }
    ]]
  }],
  "result": [
    {
      "name": "herd_number_of_head",
      "value": 75,
      "description": "Number of animals in herd"
    },
    {
      "name": "herd_daily_intake",
      "value": 2250,
      "unit": "lbs",
      "description": "Total daily herd intake"
    },
    {
      "name": "herd_monthly_intake",
      "value": 68437.5,
      "unit": "lbs",
      "description": "Total monthly herd intake"
    },
    {
      "name": "herd_monthly_intake_leap_yr",
      "value": 68625,
      "unit": "lbs",
      "description": "Total monthly herd intake (Leap Year)"
    },
    {
      "name": "herd_yearly_intake",
      "value": 821250,
      "unit": "lbs",
      "description": "Total yearly herd intake"
    },
    {
      "name": "herd_yearly_intake_leap_yr",
      "value": 823500,
      "unit": "lbs",
      "description": "Total yearly herd intake (Leap Year)"
    },
    {
      "name": "group_daily_intake",
      "value": 2250,
      "unit": "lbs",
      "description": "Total daily group intake"
    },
    {
      "name": "group_monthly_intake",
      "value": 68437.5,
      "unit": "lbs",
      "description": "Total monthly group intake"
    },
    {
      "name": "group_monthly_intake_leap_yr",
      "value": 68625,
      "unit": "lbs",
      "description": "Total monthly herd intake (Leap Year)"
    },
    {
      "name": "group_yearly_intake",
      "value": 821250,
      "unit": "lbs",
      "description": "Total yearly herd intake"
    },
    {
      "name": "group_yearly_intake_leap_yr",
      "value": 823500,
      "unit": "lbs",
      "description": "Total yearly herd intake (Leap Year)"
    },
    {
      "name": "animal_daily_intake",
      "value": 30,
      "unit": "lbs",
      "description": "Average daily individual intake"
    },
    {
      "name": "animal_monthly_intake",
      "value": 912.5,
      "unit": "lbs",
      "description": "Average monthly individual intake"
    },
    {
      "name": "animal_monthly_intake_leap",
      "value": 915,
      "unit": "lbs",
      "description": "Average monthly individual intake (Leap Year)"
    },
    {
      "name": "animal_yearly_intake",
      "value": 10950,
      "unit": "lbs",
      "description": "Average yearly individual intake"
    },
    {
      "name": "animal_yearly_intake_leap_yr",
      "value": 10980,
      "unit": "lbs",
      "description": "Average yearly individual intake (Leap Year)"
    },
    {
      "name": "animal_aue",
      "value": 1,
      "description": "Animal Unit Equivalent"
    },
    {
      "name": "animal_aue_leap_yr",
      "value": 1.0027397260273974,
      "description": "Animal Unit Equivalent (Leap Year)"
    }
  ]
}
Files to attach:
(the file to convert)
Files to fetch:
(the converted file)

Details
Staff (0)
Comments & Attachments (0)
Associations (0)
Children (0)
References (0)
History (13)
Baselines (0)
All (13)

Nothing found to display.