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

Application Lifecycle Management

Search In Project

Search inClear

Soil Condition Index Calculation (SCI)#6449/v3
Tags:  not added yet

Soil Condition Index Calculation (SCI)[SERVICE-6449]

Tracker: Services Priority: NormalNormal Status: Duplicated
Submitted by: wlloydJan 12 2016 11:03 Modified by: rob.streetmanFeb 27 2017 11:06 Type:
Model
Path: m/sci/1.1 Context: csip-erosion Version: 1.1
Endpoints: http://csip.engr.colostate.edu:8083/csip-erosion/m/sci/1.3.1
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
Returns Soil Condition Index (SCI) value calculated using both RUSLE2 and WEPS model simulation runs. Negative value reflects depletion of soil organic matter, positive value enhancing organic matter.

Request Response
{
  "metainfo" : {},
  "parameter" : [
      {
        //.. Union of parameters from RUSLE2 and WEPS services.
      },
    ],
}
{
  "metainfo" : {
        "status" : "Finished",
    },
  "parameter" : [
        //.. Parameters from original model execution request
    ],
  "result" : [
      {
         "name" : "sci_value",
         "description" :"The total SCI value.",
         "value": -0.171
      },{
         "name": "sci_om",
         "description" :"The SCI OM (Organic Matter) subfactor.
                            This is 40% of the total SCI value.",
         "value": -0.3817
      },{
         "name": "sci_fo",
         "description" :"The SCI FO (Field Operations) subfactor.
                            This is 40% of the total SCI value.",
         "value": 0.9782
      },{
         "name": "sci_er",
         "description" :"The SCI ER (Erosion Rate) subfactor.
                            This is 20% of the total SCI value.",
         "value": 0.3195
      }
    ]
}
Files to attach:
(none)
Files to fetch:
(none)

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