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

Application Lifecycle Management

Search In Project

Search inClear

GRAS-06: Calculate Monthly and Daily Forage Production for an Area of Analysis (CalcProdMonthlyDaily)#6507/v134
Tags:  not added yet

GRAS-06: Calculate Monthly and Daily Forage Production for an Area of Analysis (CalcProdMonthlyDaily)[SERVICE-6507]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: wlloydJan 12 2016 11:03 Modified by: rob.streetmanMay 26 2016 11:17 Type:
Model
Path: m/gras/forageprodaoa Context: csip-gras Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-gras/m/gras/forageprodaoa/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
Unstable
Last Tested: May 26 2016 00:50 Test Count: 12
Test Success Rate: 91 Failed Tests: test_GRAS_6_ver1.0_test_1.json
Traceability
Loading…
Description

GRAS-06: Calculate Monthly and Daily Forage Production for an Area of Analysis (CalcProdMonthlyDaily)

Calculate weighted average monthly and daily forage production for each AoA. From each monthly production, divide by the number of days in the month to get daily production.

Request Response
{
 "metainfo": {
 },
 "parameter": [
  {
      "name": "aoa_area",
      "description" : "Area of the Area of Analysis",
      "value": 35,
      "unit" : "acres"
  },
  {
      "name": "forage_inventory_type",
      "description" : "Indicate Basic or Detailed analysis",
      "value": 1
  },
  {
   "name": "fis",
   "description" : "List of Forage Inventory Sites in AoA",
   "value": [
       [
           {
               "name": "fis_id",
                "description" : "FIS Identifier",
                "value": 1
            },
            {
                "name": "fis_area",
                "description" : "Area of the FIS",
                "value": 35,
                "unit": "acres"
            },
            {
             "name": "fis_adj_prod_annual",
             "description" : "Adjusted annual forage production of FIS",
             "value": 250,
             "unit" : "lb/acre"
            },
            {
             "name": "fis_pct_prod_jan",
             "description" : "Percentage of FIS annual forage production from January",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_feb",
             "description" : "Percentage of FIS annual forage production from February",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_mar",
             "description" : "Percentage of FIS annual forage production from March",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_apr",
             "description" : "Percentage of FIS annual forage production from April",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_may",
             "description" : "Percentage of FIS annual forage production from May",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_jun",
             "description" : "Percentage of FIS annual forage production from June",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_jul",
             "description" : "Percentage of FIS annual forage production from July",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_aug",
             "description" : "Percentage of FIS annual forage production from August",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_sep",
             "description" : "Percentage of FIS annual forage production from September",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_oct",
             "description" : "Percentage of FIS annual forage production from October",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_nov",
             "description" : "Percentage of FIS annual forage production from November",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            },
            {
             "name": "fis_pct_prod_dec",
             "description" : "Percentage of FIS annual forage production from December",
             "value": 0.0833,
             "unit" : "%",
             "min": 0.0,
             "max": 1.0
            }
        ]
    ]
  }
 ]
}
{
  "metainfo": {
    "status": "Finished",
    "suid": "619b2e86-d17b-11e4-a4f9-fb783936ce98",
    "cloud_node": "129.82.226.52",
    "tstamp": "2015-03-23 10:40:57",
    "service_url": "http://localhost:8080/csip-gras/m/gras/forageprodaoa/1.0",
    "request_ip": "127.0.0.1",
    "cpu_time": 3,
    "expiration_date": "2015-03-23 10:45:57"
  },
  "parameter": [
    {
      "name": "aoa_area",
      "description": "Area of the Area of Analysis",
      "value": 35,
      "unit": "acres"
    },
    {
      "name": "forage_inventory_type",
      "description": "Indicate Basic or Detailed analysis",
      "value": 1
    },
    {
      "name": "fis",
      "description": "List of Forage Inventory Sites in AoA",
      "value": [[
        {
          "name": "fis_id",
          "description": "FIS Identifier",
          "value": 1
        },
        {
          "name": "fis_area",
          "description": "Area of the FIS",
          "value": 35,
          "unit": "acres"
        },
        {
          "name": "fis_adj_prod_annual",
          "description": "Adjusted annual forage production of FIS",
          "value": 250,
          "unit": "lb/acre"
        },
        {
          "name": "fis_pct_prod_jan",
          "description": "Percentage of FIS annual forage production from January",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_feb",
          "description": "Percentage of FIS annual forage production from February",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_mar",
          "description": "Percentage of FIS annual forage production from March",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_apr",
          "description": "Percentage of FIS annual forage production from April",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_may",
          "description": "Percentage of FIS annual forage production from May",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_jun",
          "description": "Percentage of FIS annual forage production from June",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_jul",
          "description": "Percentage of FIS annual forage production from July",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_aug",
          "description": "Percentage of FIS annual forage production from August",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_sep",
          "description": "Percentage of FIS annual forage production from September",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_oct",
          "description": "Percentage of FIS annual forage production from October",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_nov",
          "description": "Percentage of FIS annual forage production from November",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        },
        {
          "name": "fis_pct_prod_dec",
          "description": "Percentage of FIS annual forage production from December",
          "value": 0.0833,
          "unit": "%",
          "min": 0,
          "max": 1
        }
      ]]
    }
  ],
  "result": [
    {
      "name": "aoa_prod_jan",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in January"
    },
    {
      "name": "aoa_prod_feb",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in February"
    },
    {
      "name": "aoa_prod_mar",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in March"
    },
    {
      "name": "aoa_prod_apr",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in April"
    },
    {
      "name": "aoa_prod_may",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in May"
    },
    {
      "name": "aoa_prod_jun",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in June"
    },
    {
      "name": "aoa_prod_jul",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in July"
    },
    {
      "name": "aoa_prod_aug",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in August"
    },
    {
      "name": "aoa_prod_sep",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in September"
    },
    {
      "name": "aoa_prod_oct",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in October"
    },
    {
      "name": "aoa_prod_nov",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in November"
    },
    {
      "name": "aoa_prod_dec",
      "value": 20.825,
      "unit": "lb/acre",
      "description": "Amount of forage production for AoA in December"
    },
    {
      "name": "aoa_prod_jan_daily",
      "value": 0.6717741935483871,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in January"
    },
    {
      "name": "aoa_prod_feb_daily",
      "value": 0.74375,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in February"
    },
    {
      "name": "aoa_prod_feb_leap_daily",
      "value": 0.718103448275862,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in February, leap year"
    },
    {
      "name": "aoa_prod_mar_daily",
      "value": 0.6717741935483871,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in March"
    },
    {
      "name": "aoa_prod_apr_daily",
      "value": 0.6941666666666666,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in April"
    },
    {
      "name": "aoa_prod_may_daily",
      "value": 0.6717741935483871,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in May"
    },
    {
      "name": "aoa_prod_jun_daily",
      "value": 0.6941666666666666,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in June"
    },
    {
      "name": "aoa_prod_jul_daily",
      "value": 0.6717741935483871,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in July"
    },
    {
      "name": "aoa_prod_aug_daily",
      "value": 0.6717741935483871,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in August"
    },
    {
      "name": "aoa_prod_sep_daily",
      "value": 0.6941666666666666,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in September"
    },
    {
      "name": "aoa_prod_oct_daily",
      "value": 0.6717741935483871,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in October"
    },
    {
      "name": "aoa_prod_nov_daily",
      "value": 0.6941666666666666,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in November"
    },
    {
      "name": "aoa_prod_dec_daily",
      "value": 0.6717741935483871,
      "unit": "lb/acre",
      "description": "Amount of daily forage production for AoA in December"
    }
  ]
}
Files to attach:
(the file to convert)
Files to fetch:
(the converted file)

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

Submitter Association Comment
Nothing found to display.