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

Application Lifecycle Management

Search In Project

Search inClear

RSE-02: Wind and Water Erodibility Potential for an Area of Analysis (WEPot) v1.1 (DEPRECATED See soils/wepot/2.0)#6568/HEAD / v10
Tags:  not added yet

RSE-02: Wind and Water Erodibility Potential for an Area of Analysis (WEPot) v1.1 (DEPRECATED See soils/wepot/2.0)[SERVICE-6568]

Tracker: Services Priority: NormalNormal Status: Deprecated
Submitted by: wlloydJan 12 2016 11:03 Modified by: jdriMay 18 2018 11:33 Type:
Model
Path: m/wepot/1.1 Context: csip-rse Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-rse/m/wepot/1.1
Maintainers:
Website: -- Apps:
RSET
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

RSE-02: Wind and Water Erodibility Potential for an Area of Analysis (WEPot)

This service computes water and wind erodibility potentials for an area of analysis (AoA). The service clips SSURGO soil mapunits with AoA geometry, determines the dominant soil component in the AoA, gets parameters from the SSURGO component table, including a climate factor from the C Factor layer, and computes the following equations: Wind Erosion Potential = C*I/T and Water Erosion Potential = K*(LS)/T

This is the Conservation Resources SSURGO version of the service.

{
    "metainfo": {},
    "parameter": [
        {
            "name": "AoAId",
            "value": 1098765,
            "description": "Area of Analysis Identifier"

        },
        {
            "name": "aoa_geometry",
            "value": {
                "type": "FeatureCollection",
                "features": [
                    {
                        "type": "Feature",
                        "geometry": {
                            "type": "Polygon",
                            "coordinates": [
                                [
                                    [
                                        -105.1452112,
                                        40.5596521
                                    ],
                                    [
                                        -105.1435697,
                                        40.5596276
                                    ],
                                    [
                                        -105.1435,
                                        40.5586658
                                    ],
                                    [
                                        -105.1448143,
                                        40.5589348
                                    ],
                                    [
                                        -105.1452112,
                                        40.5596521
                                    ]
                                ]
                            ]
                        }
                    }
                ]
            }
        }
    ]
}
{
  "metainfo": {
    "status": "Finished",
    "suid": "49d0fb10-a204-11e6-85c5-4d5437e98ff8",
    "cloud_node": "172.1.6.37",
    "tstamp": "2016-11-03 14:29:58",
    "service_url": "http://csip.engr.colostate.edu:8083/csip-rse/m/wepot/1.1",
    "request_ip": "",
    "csip-rse.version": "$version: 1.0.6 89f1a565f6db 2016-08-25 Shaun Case, built at 2016-08-25 13:58 by jenkins$",
    "csip.version": "$version: 2.1.97 30953ed8a942 2016-08-15 od, built at 2016-08-25 13:58 by jenkins$",
    "cpu_time": 494,
    "expiration_date": "2016-11-03 14:30:01"
  },
  "parameter": [
    {
      "name": "AoAId",
      "value": 1098765,
      "description": "Area of Analysis Identifier"
    },
    {
      "name": "aoa_geometry",
      "value": {
        "type": "FeatureCollection",
        "features": [
          {
            "type": "Feature",
            "geometry": {
              "type": "Polygon",
              "coordinates": [
                [
                  [
                    -105.1452112,
                    40.5596521
                  ],
                  [
                    -105.1435697,
                    40.5596276
                  ],
                  [
                    -105.1435,
                    40.5586658
                  ],
                  [
                    -105.1448143,
                    40.5589348
                  ],
                  [
                    -105.1452112,
                    40.5596521
                  ]
                ]
              ]
            }
          }
        ]
      }
    }
  ],
  "result": [
    {
      "name": "aoa_id",
      "value": "1098765"
    },
    {
      "name": "aoa_dom_water_comp",
      "value": "10720853"
    },
    {
      "name": "aoa_dom_water_compname",
      "value": "Satanta"
    },
    {
      "name": "aoa_dom_wind_comp",
      "value": "10720853"
    },
    {
      "name": "aoa_dom_wind_compname",
      "value": "Satanta"
    },
    {
      "name": "aoa_cfactor",
      "value": 0.49534576416015597
    },
    {
      "name": "aoa_ifactor",
      "value": 56
    },
    {
      "name": "aoa_tfactor",
      "value": 5
    },
    {
      "name": "aoa_wind_tfactor",
      "value": 5
    },
    {
      "name": "aoa_lsfactor",
      "value": 0.39980747063564237
    },
    {
      "name": "aoa_kfactor",
      "value": 0.32
    },
    {
      "name": "aoa_wind_ep",
      "value": 5.547872558593747
    },
    {
      "name": "aoa_water_ep",
      "value": 0.025587678120681114
    }
  ]
}
 (the file to convert)
 (the converted file)
Details
Comments & Attachments (1)
Associations (3)
Children
SCM Commits
History (10)
Baselines
All (10)

Filter
Submitted Comment
wlloyd
Jan 12 2016 11:03
RSE-02 v1.0 Test (Passed)
test_RSE_02_20151016_vt.json 2.8 KB