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

Application Lifecycle Management

Search In Project

Search inClear

WQM-21: Nutrient Soil Leaching and Runoff Loss Potentials for an Area of Analysis (NutrientSLP-SRP)#6564/v3
Tags:  not added yet

WQM-21: Nutrient Soil Leaching and Runoff Loss Potentials for an Area of Analysis (NutrientSLP-SRP)[SERVICE-6564]

Tracker: Services Priority: NormalNormal Status: Accepted
Submitted by: wlloydJan 12 2016 11:03 Modified by: JRCarlsonJun 18 2016 17:22 Type:
Model
Path: m/nutrientslpsrp/1.0 Context: csip-wqm Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-wqm/m/nutrientslpsrp/1.0
Maintainers:
Website: -- Apps:
RSET
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

WQM-21: Nutrient Soil Leaching and Runoff Loss Potentials for an Area of Analysis (NutrientSLP-SRP)

This service intersects area of analysis (AoA) and soil mapunit geometries, gets soil parameters, and computes nutrient soil leaching and runoff potentials as an end-to-end process. The services combines WQM-02, WQM-05, and WQM-06 services into a single service. It returns a results payload containing the relevant attributes for each soil component in the AoA, leaching (SLP) and runoff (SRP) potentials for each soil component, and weighted average leaching and runoff loss potential values for the AoA.

The service allows for submitting parameter edits. For example, the request payload can contain just the AoA geometry and the service gets soil parameters and computes SLP and SRP and returns the results, including the parameters. If an application edits the parameters, a subsequent request payload can contain the parameter edits and not the geometry.

Request (WQM-02) Response
{
    "metainfo": {},
    "parameter": [
        {
            "name": "AoAId",
            "value": 1098765,
            "description": "Area of Analysis Identifier"

        },
        {
            "name" : "aoa_comp_drained",
            "value" : true,
            "description" : "Is this AoA drained"
        },
        {
            "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": "bda100b2-5730-11e5-9246-37422dc4b803",
    "cloud_node": "192.168.56.1",
    "tstamp": "2015-09-09 14:24:15",
    "service_url": "http://localhost:8084/csip-wqm/m/nutrientslpsrp/1.0",
    "request_ip": "0:0:0:0:0:0:0:1",
    "cpu_time": 10993,
    "expiration_date": "2015-09-09 14:29:26"
  },
  "parameter": [
    {
      "name": "AoAId",
      "value": 1098765,
      "description": "Area of Analysis Identifier"
    },
    {
      "name": "aoa_comp_drained",
      "value": true,
      "description": "Is this AoA drained"
    },
    {
      "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": "AoAId",
      "value": "1098765",
      "description": "Area of analysis identifier"
    },
    {
      "name": "aoa_nslp",
      "value": "MODERATELY HIGH",
      "description": "Soil leaching potential of the area of analysis"
    },
    {
      "name": "aoa_srp",
      "value": "MODERATE",
      "description": "Soil runoff potential for the area of analysis"
    },
    {
      "name": "soil_components",
      "value": [
        [
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "10720853",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "MODERATELY HIGH",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "MODERATE",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          }
        ]
      ],
      "description": "List of Soil Components"
    }
  ]
}
Request (WQM-05) Response
{
    "metainfo": {
    },
    "parameter": [
        {
            "name": "AoAId",
            "value": 1,
            "Description": "Area of analysis identifier"
        },
        {
            "name": "soilcomponents",
            "value": [
                [
                    {
                        "name": "cokey",
                        "value": "11150284",
                        "Description": "Soil component key"
                    },
                    {
                        "name": "aoa_comp_area",
                        "value": 45.84,
                        "Description": "Soil component area in the area of analysis"
                    },
                    {
                        "name": "aoa_comp_hsg",
                        "value": "B",
                        "Description": "Hydrologic soil group of the soil component"
                    },
                    {
                        "name": "aoa_comp_taxorder",
                        "value": "Aridisols",
                        "Description": "Taxonomic order of the soil component "
                    },
                    {
                        "name": "aoa_comp_kfact",
                        "value": 0.24,
                        "Description": "Representative K factor of the soil component"
                    },
                    {
                        "name": "aoa_comp_slope",
                        "value": 8,
                        "Description": "Representative slope of the soil component"
                    },
                    {
                        "name": "aoa_comp_coarse_frag",
                        "value": 3.7,
                        "Description": "Representative coarse rock fragments of the soil component"
                    },
                    {
                        "name": "aoa_comp_drained",
                        "value": true,
                        "Description": "Whether this soil component instance is drained"
                    },
                    {
                        "name": "aoa_comp_wtbl",
                        "value": "None",
                        "Description": "Kind of water table"
                    },
                    {
                        "name": "aoa_comp_hwt_lt_24",
                        "value": false,
                        "Description": "High water table within 24 inches of soil surface"
                    }

                ],
                [
                    {
                        "name": "cokey",
                        "value": "11150285",
                        "Description": "Soil component key"
                    },
                    {
                        "name": "aoa_comp_area",
                        "value": 63.72,
                        "Description": "Soil component area in the area of analysis"
                    },
                    {
                        "name": "aoa_comp_hsg",
                        "value": "A",
                        "Description": "Hydrologic soil group of the soil component"
                    },
                    {
                        "name": "aoa_comp_taxorder",
                        "value": "Mollisols",
                        "Description": "Taxonomic order of the soil component "
                    },
                    {
                        "name": "aoa_comp_kfact",
                        "value": 0.37,
                        "Description": "Representative K factor of the soil component"
                    },
                    {
                        "name": "aoa_comp_slope",
                        "value": 12,
                        "Description": "Representative slope of the soil component"
                    },
                    {
                        "name": "aoa_comp_coarse_frag",
                        "value": 0,
                        "Description": "Representative coarse rock fragments of the soil component"
                    },
                    {
                        "name": "aoa_comp_drained",
                        "value": true,
                        "Description": "Whether this soil component instance is drained"
                    },
                    {
                        "name": "aoa_comp_wtbl",
                        "value": "Apparent",
                        "Description": "Kind of water table"
                    },
                    {
                        "name": "aoa_comp_hwt_lt_24",
                        "value": false,
                        "Description": "High water table within 24 inches of soil surface"
                    }

                ],
                [
                    {
                        "name": "cokey",
                        "value": "11150286",
                        "Description": "Soil component key"
                    },
                    {
                        "name": "aoa_comp_area",
                        "value": 25.6,
                        "Description": "Soil component area in the area of analysis"
                    },
                    {
                        "name": "aoa_comp_hsg",
                        "value": "A/D",
                        "Description": "Hydrologic soil group of the soil component"
                    },
                    {
                        "name": "aoa_comp_taxorder",
                        "value": "Spodosols",
                        "Description": "Taxonomic order of the soil component "
                    },
                    {
                        "name": "aoa_comp_kfact",
                        "value": 0.21,
                        "Description": "Representative K factor of the soil component"
                    },
                    {
                        "name": "aoa_comp_slope",
                        "value": 15,
                        "Description": "Representative slope of the soil component"
                    },
                    {
                        "name": "aoa_comp_coarse_frag",
                        "value": 12,
                        "Description": "Representative coarse rock fragments of the soil component"
                    },
                    {
                        "name": "aoa_comp_drained",
                        "value": false,
                        "Description": "Whether this soil component instance is drained"
                    },
                    {
                        "name": "aoa_comp_wtbl",
                        "value": "None",
                        "Description": "Kind of water table"
                    },
                    {
                        "name": "aoa_comp_hwt_lt_24",
                        "value": false,
                        "Description": "High water table within 24 inches of soil surface"
                    }
                ],
                [
                    {
                        "name": "cokey",
                        "value": "11150287",
                        "Description": "Soil component key"
                    },
                    {
                        "name": "aoa_comp_area",
                        "value": 33.5,
                        "Description": "Soil component area in the area of analysis"
                    },
                    {
                        "name": "aoa_comp_hsg",
                        "value": "C",
                        "Description": "Hydrologic soil group of the soil component"
                    },
                    {
                        "name": "aoa_comp_taxorder",
                        "value": "Inceptisols",
                        "Description": "Taxonomic order of the soil component "
                    },
                    {
                        "name": "aoa_comp_kfact",
                        "value": 0.42,
                        "Description": "Representative K factor of the soil component"
                    },
                    {
                        "name": "aoa_comp_slope",
                        "value": 16,
                        "Description": "Representative slope of the soil component"
                    },
                    {
                        "name": "aoa_comp_coarse_frag",
                        "value": 6,
                        "Description": "Representative coarse rock fragments of the soil component"
                    },
                    {
                        "name": "aoa_comp_drained",
                        "value": false,
                        "Description": "Whether this soil component instance is drained"
                    },
                    {
                        "name": "aoa_comp_wtbl",
                        "value": "None",
                        "Description": "Kind of water table"
                    },
                    {
                        "name": "aoa_comp_hwt_lt_24",
                        "value": false,
                        "Description": "High water table within 24 inches of soil surface"
                    }
                ],
                [
                    {
                        "name": "cokey",
                        "value": "11150288",
                        "Description": "Soil component key"
                    },
                    {
                        "name": "aoa_comp_area",
                        "value": 10.77,
                        "Description": "Soil component area in the area of analysis"
                    },
                    {
                        "name": "aoa_comp_hsg",
                        "value": "D",
                        "Description": "Hydrologic soil group of the soil component"
                    },
                    {
                        "name": "aoa_comp_taxorder",
                        "value": "Histosols",
                        "Description": "Taxonomic order of the soil component "
                    },
                    {
                        "name": "aoa_comp_kfact",
                        "value": 0.02,
                        "Description": "Representative K factor of the soil component"
                    },
                    {
                        "name": "aoa_comp_slope",
                        "value": 3,
                        "Description": "Representative slope of the soil component"
                    },
                    {
                        "name": "aoa_comp_coarse_frag",
                        "value": 2,
                        "Description": "Representative coarse rock fragments of the soil component"
                    },
                    {
                        "name": "aoa_comp_drained",
                        "value": false,
                        "Description": "Whether this soil component instance is drained"
                    },
                    {
                        "name": "aoa_comp_wtbl",
                        "value": "Apparent",
                        "Description": "Kind of water table"
                    },
                    {
                        "name": "aoa_comp_hwt_lt_24",
                        "value": true,
                        "Description": "High water table within 24 inches of soil surface"
                    }
                ],
                [
                    {
                        "name": "cokey",
                        "value": "11150289",
                        "Description": "Soil component key"
                    },
                    {
                        "name": "aoa_comp_area",
                        "value": 36.93,
                        "Description": "Soil component area in the area of analysis"
                    },
                    {
                        "name": "aoa_comp_hsg",
                        "value": "B/D",
                        "Description": "Hydrologic soil group of the soil component"
                    },
                    {
                        "name": "aoa_comp_taxorder",
                        "value": "Entisols",
                        "Description": "Taxonomic order of the soil component "
                    },
                    {
                        "name": "aoa_comp_kfact",
                        "value": 0.28,
                        "Description": "Representative K factor of the soil component"
                    },
                    {
                        "name": "aoa_comp_slope",
                        "value": 1,
                        "Description": "Representative slope of the soil component"
                    },
                    {
                        "name": "aoa_comp_coarse_frag",
                        "value": 3,
                        "Description": "Representative coarse rock fragments of the soil component"
                    },
                    {
                        "name": "aoa_comp_drained",
                        "value": false,
                        "Description": "Whether this soil component instance is drained"
                    },
                    {
                        "name": "aoa_comp_wtbl",
                        "value": "Perched",
                        "Description": "Kind of water table"
                    },
                    {
                        "name": "aoa_comp_hwt_lt_24",
                        "value": true,
                        "Description": "High water table within 24 inches of soil surface"
                    }
                ],
                [
                    {
                        "name": "cokey",
                        "value": "11150290",
                        "Description": "Soil component key"
                    },
                    {
                        "name": "aoa_comp_area",
                        "value": 44.33,
                        "Description": "Soil component area in the area of analysis"
                    },
                    {
                        "name": "aoa_comp_hsg",
                        "value": "D",
                        "Description": "Hydrologic soil group of the soil component"
                    },
                    {
                        "name": "aoa_comp_taxorder",
                        "value": "Mollisols",
                        "Description": "Taxonomic order of the soil component "
                    },
                    {
                        "name": "aoa_comp_kfact",
                        "value": 0.32,
                        "Description": "Representative K factor of the soil component"
                    },
                    {
                        "name": "aoa_comp_slope",
                        "value": 14,
                        "Description": "Representative slope of the soil component"
                    },
                    {
                        "name": "aoa_comp_coarse_frag",
                        "value": 7,
                        "Description": "Representative coarse rock fragments of the soil component"
                    },
                    {
                        "name": "aoa_comp_drained",
                        "value": false,
                        "Description": "Whether this soil component instance is drained"
                    },
                    {
                        "name": "aoa_comp_wtbl",
                        "value": "None",
                        "Description": "Kind of water table"
                    },
                    {
                        "name": "aoa_comp_hwt_lt_24",
                        "value": false,
                        "Description": "High water table within 24 inches of soil surface"
                    }
                ],
                [
                    {
                        "name": "cokey",
                        "value": "11150291",
                        "Description": "Soil component key"
                    },
                    {
                        "name": "aoa_comp_area",
                        "value": 21.76,
                        "Description": "Soil component area in the area of analysis"
                    },
                    {
                        "name": "aoa_comp_hsg",
                        "value": "B",
                        "Description": "Hydrologic soil group of the soil component"
                    },
                    {
                        "name": "aoa_comp_taxorder",
                        "value": "Mollisols",
                        "Description": "Taxonomic order of the soil component "
                    },
                    {
                        "name": "aoa_comp_kfact",
                        "value": 0.48,
                        "Description": "Representative K factor of the soil component"
                    },
                    {
                        "name": "aoa_comp_slope",
                        "value": 5,
                        "Description": "Representative slope of the soil component"
                    },
                    {
                        "name": "aoa_comp_coarse_frag",
                        "value": 5,
                        "Description": "Representative coarse rock fragments of the soil component"
                    },
                    {
                        "name": "aoa_comp_drained",
                        "value": false,
                        "Description": "Whether this soil component instance is drained"
                    },
                    {
                        "name": "aoa_comp_wtbl",
                        "value": "Perched",
                        "Description": "Kind of water table"
                    },
                    {
                        "name": "aoa_comp_hwt_lt_24",
                        "value": true,
                        "Description": "High water table within 24 inches of soil surface"
                    }
                ]
            ]
        }
    ]
}
{
  "metainfo": {
    "status": "Finished",
    "suid": "7df3a9c6-5732-11e5-9246-696306917710",
    "cloud_node": "192.168.56.1",
    "tstamp": "2015-09-09 14:36:47",
    "service_url": "http://localhost:8084/csip-wqm/m/nutrientslpsrp/1.0",
    "request_ip": "0:0:0:0:0:0:0:1",
    "cpu_time": 701,
    "expiration_date": "2015-09-09 14:41:48"
  },
  "parameter": [
    {
      "name": "AoAId",
      "value": 1,
      "Description": "Area of analysis identifier"
    },
    {
      "name": "soilcomponents",
      "value": [
        [
          {
            "name": "cokey",
            "value": "11150284",
            "Description": "Soil component key"
          },
          {
            "name": "aoa_comp_area",
            "value": 45.84,
            "Description": "Soil component area in the area of analysis"
          },
          {
            "name": "aoa_comp_hsg",
            "value": "B",
            "Description": "Hydrologic soil group of the soil component"
          },
          {
            "name": "aoa_comp_taxorder",
            "value": "Aridisols",
            "Description": "Taxonomic order of the soil component "
          },
          {
            "name": "aoa_comp_kfact",
            "value": 0.24,
            "Description": "Representative K factor of the soil component"
          },
          {
            "name": "aoa_comp_slope",
            "value": 8,
            "Description": "Representative slope of the soil component"
          },
          {
            "name": "aoa_comp_coarse_frag",
            "value": 3.7,
            "Description": "Representative coarse rock fragments of the soil component"
          },
          {
            "name": "aoa_comp_drained",
            "value": true,
            "Description": "Whether this soil component instance is drained"
          },
          {
            "name": "aoa_comp_wtbl",
            "value": "None",
            "Description": "Kind of water table"
          },
          {
            "name": "aoa_comp_hwt_lt_24",
            "value": false,
            "Description": "High water table within 24 inches of soil surface"
          }
        ],
        [
          {
            "name": "cokey",
            "value": "11150285",
            "Description": "Soil component key"
          },
          {
            "name": "aoa_comp_area",
            "value": 63.72,
            "Description": "Soil component area in the area of analysis"
          },
          {
            "name": "aoa_comp_hsg",
            "value": "A",
            "Description": "Hydrologic soil group of the soil component"
          },
          {
            "name": "aoa_comp_taxorder",
            "value": "Mollisols",
            "Description": "Taxonomic order of the soil component "
          },
          {
            "name": "aoa_comp_kfact",
            "value": 0.37,
            "Description": "Representative K factor of the soil component"
          },
          {
            "name": "aoa_comp_slope",
            "value": 12,
            "Description": "Representative slope of the soil component"
          },
          {
            "name": "aoa_comp_coarse_frag",
            "value": 0,
            "Description": "Representative coarse rock fragments of the soil component"
          },
          {
            "name": "aoa_comp_drained",
            "value": true,
            "Description": "Whether this soil component instance is drained"
          },
          {
            "name": "aoa_comp_wtbl",
            "value": "Apparent",
            "Description": "Kind of water table"
          },
          {
            "name": "aoa_comp_hwt_lt_24",
            "value": false,
            "Description": "High water table within 24 inches of soil surface"
          }
        ],
        [
          {
            "name": "cokey",
            "value": "11150286",
            "Description": "Soil component key"
          },
          {
            "name": "aoa_comp_area",
            "value": 25.6,
            "Description": "Soil component area in the area of analysis"
          },
          {
            "name": "aoa_comp_hsg",
            "value": "A/D",
            "Description": "Hydrologic soil group of the soil component"
          },
          {
            "name": "aoa_comp_taxorder",
            "value": "Spodosols",
            "Description": "Taxonomic order of the soil component "
          },
          {
            "name": "aoa_comp_kfact",
            "value": 0.21,
            "Description": "Representative K factor of the soil component"
          },
          {
            "name": "aoa_comp_slope",
            "value": 15,
            "Description": "Representative slope of the soil component"
          },
          {
            "name": "aoa_comp_coarse_frag",
            "value": 12,
            "Description": "Representative coarse rock fragments of the soil component"
          },
          {
            "name": "aoa_comp_drained",
            "value": false,
            "Description": "Whether this soil component instance is drained"
          },
          {
            "name": "aoa_comp_wtbl",
            "value": "None",
            "Description": "Kind of water table"
          },
          {
            "name": "aoa_comp_hwt_lt_24",
            "value": false,
            "Description": "High water table within 24 inches of soil surface"
          }
        ],
        [
          {
            "name": "cokey",
            "value": "11150287",
            "Description": "Soil component key"
          },
          {
            "name": "aoa_comp_area",
            "value": 33.5,
            "Description": "Soil component area in the area of analysis"
          },
          {
            "name": "aoa_comp_hsg",
            "value": "C",
            "Description": "Hydrologic soil group of the soil component"
          },
          {
            "name": "aoa_comp_taxorder",
            "value": "Inceptisols",
            "Description": "Taxonomic order of the soil component "
          },
          {
            "name": "aoa_comp_kfact",
            "value": 0.42,
            "Description": "Representative K factor of the soil component"
          },
          {
            "name": "aoa_comp_slope",
            "value": 16,
            "Description": "Representative slope of the soil component"
          },
          {
            "name": "aoa_comp_coarse_frag",
            "value": 6,
            "Description": "Representative coarse rock fragments of the soil component"
          },
          {
            "name": "aoa_comp_drained",
            "value": false,
            "Description": "Whether this soil component instance is drained"
          },
          {
            "name": "aoa_comp_wtbl",
            "value": "None",
            "Description": "Kind of water table"
          },
          {
            "name": "aoa_comp_hwt_lt_24",
            "value": false,
            "Description": "High water table within 24 inches of soil surface"
          }
        ],
        [
          {
            "name": "cokey",
            "value": "11150288",
            "Description": "Soil component key"
          },
          {
            "name": "aoa_comp_area",
            "value": 10.77,
            "Description": "Soil component area in the area of analysis"
          },
          {
            "name": "aoa_comp_hsg",
            "value": "D",
            "Description": "Hydrologic soil group of the soil component"
          },
          {
            "name": "aoa_comp_taxorder",
            "value": "Histosols",
            "Description": "Taxonomic order of the soil component "
          },
          {
            "name": "aoa_comp_kfact",
            "value": 0.02,
            "Description": "Representative K factor of the soil component"
          },
          {
            "name": "aoa_comp_slope",
            "value": 3,
            "Description": "Representative slope of the soil component"
          },
          {
            "name": "aoa_comp_coarse_frag",
            "value": 2,
            "Description": "Representative coarse rock fragments of the soil component"
          },
          {
            "name": "aoa_comp_drained",
            "value": false,
            "Description": "Whether this soil component instance is drained"
          },
          {
            "name": "aoa_comp_wtbl",
            "value": "Apparent",
            "Description": "Kind of water table"
          },
          {
            "name": "aoa_comp_hwt_lt_24",
            "value": true,
            "Description": "High water table within 24 inches of soil surface"
          }
        ],
        [
          {
            "name": "cokey",
            "value": "11150289",
            "Description": "Soil component key"
          },
          {
            "name": "aoa_comp_area",
            "value": 36.93,
            "Description": "Soil component area in the area of analysis"
          },
          {
            "name": "aoa_comp_hsg",
            "value": "B/D",
            "Description": "Hydrologic soil group of the soil component"
          },
          {
            "name": "aoa_comp_taxorder",
            "value": "Entisols",
            "Description": "Taxonomic order of the soil component "
          },
          {
            "name": "aoa_comp_kfact",
            "value": 0.28,
            "Description": "Representative K factor of the soil component"
          },
          {
            "name": "aoa_comp_slope",
            "value": 1,
            "Description": "Representative slope of the soil component"
          },
          {
            "name": "aoa_comp_coarse_frag",
            "value": 3,
            "Description": "Representative coarse rock fragments of the soil component"
          },
          {
            "name": "aoa_comp_drained",
            "value": false,
            "Description": "Whether this soil component instance is drained"
          },
          {
            "name": "aoa_comp_wtbl",
            "value": "Perched",
            "Description": "Kind of water table"
          },
          {
            "name": "aoa_comp_hwt_lt_24",
            "value": true,
            "Description": "High water table within 24 inches of soil surface"
          }
        ],
        [
          {
            "name": "cokey",
            "value": "11150290",
            "Description": "Soil component key"
          },
          {
            "name": "aoa_comp_area",
            "value": 44.33,
            "Description": "Soil component area in the area of analysis"
          },
          {
            "name": "aoa_comp_hsg",
            "value": "D",
            "Description": "Hydrologic soil group of the soil component"
          },
          {
            "name": "aoa_comp_taxorder",
            "value": "Mollisols",
            "Description": "Taxonomic order of the soil component "
          },
          {
            "name": "aoa_comp_kfact",
            "value": 0.32,
            "Description": "Representative K factor of the soil component"
          },
          {
            "name": "aoa_comp_slope",
            "value": 14,
            "Description": "Representative slope of the soil component"
          },
          {
            "name": "aoa_comp_coarse_frag",
            "value": 7,
            "Description": "Representative coarse rock fragments of the soil component"
          },
          {
            "name": "aoa_comp_drained",
            "value": false,
            "Description": "Whether this soil component instance is drained"
          },
          {
            "name": "aoa_comp_wtbl",
            "value": "None",
            "Description": "Kind of water table"
          },
          {
            "name": "aoa_comp_hwt_lt_24",
            "value": false,
            "Description": "High water table within 24 inches of soil surface"
          }
        ],
        [
          {
            "name": "cokey",
            "value": "11150291",
            "Description": "Soil component key"
          },
          {
            "name": "aoa_comp_area",
            "value": 21.76,
            "Description": "Soil component area in the area of analysis"
          },
          {
            "name": "aoa_comp_hsg",
            "value": "B",
            "Description": "Hydrologic soil group of the soil component"
          },
          {
            "name": "aoa_comp_taxorder",
            "value": "Mollisols",
            "Description": "Taxonomic order of the soil component "
          },
          {
            "name": "aoa_comp_kfact",
            "value": 0.48,
            "Description": "Representative K factor of the soil component"
          },
          {
            "name": "aoa_comp_slope",
            "value": 5,
            "Description": "Representative slope of the soil component"
          },
          {
            "name": "aoa_comp_coarse_frag",
            "value": 5,
            "Description": "Representative coarse rock fragments of the soil component"
          },
          {
            "name": "aoa_comp_drained",
            "value": false,
            "Description": "Whether this soil component instance is drained"
          },
          {
            "name": "aoa_comp_wtbl",
            "value": "Perched",
            "Description": "Kind of water table"
          },
          {
            "name": "aoa_comp_hwt_lt_24",
            "value": true,
            "Description": "High water table within 24 inches of soil surface"
          }
        ]
      ]
    }
  ],
  "result": [
    {
      "name": "AoAId",
      "value": "1",
      "description": "Area of analysis identifier"
    },
    {
      "name": "aoa_nslp",
      "value": "MODERATE",
      "description": "Soil leaching potential of the area of analysis"
    },
    {
      "name": "aoa_srp",
      "value": "MODERATELY HIGH",
      "description": "Soil runoff potential for the area of analysis"
    },
    {
      "name": "soil_components",
      "value": [
        [
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "11150284",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "MODERATE",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "HIGH",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          },
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "11150285",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "HIGH",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "LOW",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          },
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "11150286",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "MODERATE",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "HIGH",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          },
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "11150287",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "MODERATE",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "HIGH",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          },
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "11150288",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "HIGH",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "HIGH",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          },
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "11150289",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "LOW",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "MODERATE",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          },
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "11150290",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "LOW",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "HIGH",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          },
          {
            "name": "soil_component",
            "value": [
              {
                "name": "cokey",
                "value": "11150291",
                "description": "Soil component key"
              },
              {
                "name": "comp_nslp",
                "value": "MODERATE",
                "description": "Soil leaching potential of the soil component"
              },
              {
                "name": "comp_srp",
                "value": "MODERATELY HIGH",
                "description": "Soil runoff potential for soil component"
              }
            ],
            "description": "Soil Component"
          }
        ]
      ],
      "description": "List of Soil Components"
    }
  ]
}
Files to attach:
(the file to convert)
Files to fetch:
(the converted file)

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

 
No data to display.