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) V2.0#29372/HEAD / v3
Tags:  not added yet

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

Tracker: Services Priority: NormalNormal Status: Completed
Submitted by: casespJan 13 2017 10:08 Modified by: Jakob23May 22 2018 12:57 Type:
Data
Path: d/wqmnutrientslpsrp/2.0 Context: csip-soils Version: 2.0
Endpoints: http://csip.engr.colostate.edu:8092/csip-soils/d/wqmnutrientslpsrp/2.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.

{
  "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",
      "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": "6f6d254a-d753-11e6-86aa-911d76391c3a",
    "cloud_node": "172.1.6.38",
    "tstamp": "2017-01-10 09:40:03",
    "service_url": "http://csip.engr.colostate.edu:8092/csip-soils/d/wqmsoilparams/2.0",
    "request_ip": "129.82.52.154",
    "csip-soils.version": "$version: 1.1.9 db5df562d726 2017-01-10 Shaun Case, built at 2017-01-10 09:14 by jenkins$",
    "csip.version": "$version: 2.1.143 430ab3fbdc8d 2017-01-05 Shaun Case, built at 2017-01-10 09:14 by jenkins$",
    "cpu_time": 232,
    "expiration_date": "2017-01-10 09:45:03"
  },
  "parameter": [
    {
      "name": "AoAId",
      "value": 1098765,
      "description": "Area of Analysis Identifier"
    },
    {
      "name": "aoa_comp_drained",
      "value": true,
      "description": "Is this AoA drained"
    },
    {
      "name": "aoa_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": "Map Units",
      "value": [
        [
          {
            "name": "mukey",
            "value": "497687",
            "description": "A non-connotative string of characters used to uniquely identify a record in the Mapunit table"
          },
          {
            "name": "muname",
            "value": "Altvan-Satanta loams, 3 to 9 percent slopes",
            "description": "Correlated name of the mapunit (recommended name or field name for surveys in progress)"
          },
          {
            "name": "Components",
            "value": [
              [
                {
                  "name": "cokey",
                  "value": "12129845",
                  "description": "A non-connotative string of characters used to uniquely identify a record in the Component table"
                },
                {
                  "name": "compname",
                  "value": "Altvan",
                  "description": "Name assigned to a component based on its range of properties"
                },
                {
                  "name": "hydgrp",
                  "value": "B",
                  "description": "A group of soils having similar runoff potential under similar storm and cover conditions. Examples are A and A/D. (NSSH)"
                },
                {
                  "name": "slope_r",
                  "value": "8.00",
                  "unit": "Percent",
                  "description": "Slope RV: The difference in elevation between two points, expressed as a percentage of the distance between those points. (SSM)"
                },
                {
                  "name": "taxorder",
                  "value": "Mollisols",
                  "description": "The highest level in Soil Taxonomy"
                },
                {
                  "name": "area_pct",
                  "value": "1.30",
                  "unit": "Percent",
                  "description": "The percentage of the component of the mapunit intersection with the AoI"
                },
                {
                  "name": "coarse_frag",
                  "value": "5.31",
                  "unit": "Percent",
                  "description": "Weighted Average Coarse Rock Fragment Volume Percentage through the Profile of the Soil Component"
                },
                {
                  "name": "area",
                  "value": "0.037",
                  "unit": "Acres",
                  "description": "Soil Component Area (Acres) in the Area of Analysis"
                },
                {
                  "name": "cracksgr24",
                  "value": "false",
                  "description": "Surface Connected Macropores (Cracks) at Least 24 centimeters Deep"
                },
                {
                  "name": "hwt_lt_24",
                  "value": "false",
                  "description": "High Water is Less than 24 centimeters Under the Surface"
                },
                {
                  "name": "hzdepth",
                  "value": "23.0",
                  "unit": "Centimeters",
                  "description": "Depth (centimeters) of the Surface Horizon of the Soil Component"
                },
                {
                  "name": "kffact",
                  "value": "0.28",
                  "description": "K factor of the Surface Mineral Horizon of the Soil Component"
                },
                {
                  "name": "om_r",
                  "value": "1.50",
                  "unit": "Percent",
                  "description": "Organic Matter Percentage of the Surface Horizon of the Soil Component"
                },
                {
                  "name": "slopegr15",
                  "value": "false",
                  "description": "Field Slope is Greater Than 15%"
                },
                {
                  "name": "wtbl",
                  "value": "None",
                  "description": "Kind of Water Table of the Soil Component; values are None, Apparent, Perched"
                },
                {
                  "name": "wtbl_top_min",
                  "value": "None",
                  "unit": "Centimeters",
                  "description": "Water table top minimum, the minimum value of soimoistdept_r"
                }
              ],
              [
                {
                  "name": "cokey",
                  "value": "12129846",
                  "description": "A non-connotative string of characters used to uniquely identify a record in the Component table"
                },
                {
                  "name": "compname",
                  "value": "Satanta",
                  "description": "Name assigned to a component based on its range of properties"
                },
                {
                  "name": "hydgrp",
                  "value": "B",
                  "description": "A group of soils having similar runoff potential under similar storm and cover conditions. Examples are A and A/D. (NSSH)"
                },
                {
                  "name": "slope_r",
                  "value": "5.00",
                  "unit": "Percent",
                  "description": "Slope RV: The difference in elevation between two points, expressed as a percentage of the distance between those points. (SSM)"
                },
                {
                  "name": "taxorder",
                  "value": "Mollisols",
                  "description": "The highest level in Soil Taxonomy"
                },
                {
                  "name": "area_pct",
                  "value": "0.83",
                  "unit": "Percent",
                  "description": "The percentage of the component of the mapunit intersection with the AoI"
                },
                {
                  "name": "coarse_frag",
                  "value": "2.00",
                  "unit": "Percent",
                  "description": "Weighted Average Coarse Rock Fragment Volume Percentage through the Profile of the Soil Component"
                },
                {
                  "name": "area",
                  "value": "0.023",
                  "unit": "Acres",
                  "description": "Soil Component Area (Acres) in the Area of Analysis"
                },
                {
                  "name": "cracksgr24",
                  "value": "false",
                  "description": "Surface Connected Macropores (Cracks) at Least 24 centimeters Deep"
                },
                {
                  "name": "hwt_lt_24",
                  "value": "false",
                  "description": "High Water is Less than 24 centimeters Under the Surface"
                },
                {
                  "name": "hzdepth",
                  "value": "23.0",
                  "unit": "Centimeters",
                  "description": "Depth (centimeters) of the Surface Horizon of the Soil Component"
                },
                {
                  "name": "kffact",
                  "value": "0.32",
                  "description": "K factor of the Surface Mineral Horizon of the Soil Component"
                },
                {
                  "name": "om_r",
                  "value": "1.50",
                  "unit": "Percent",
                  "description": "Organic Matter Percentage of the Surface Horizon of the Soil Component"
                },
                {
                  "name": "slopegr15",
                  "value": "false",
                  "description": "Field Slope is Greater Than 15%"
                },
                {
                  "name": "wtbl",
                  "value": "None",
                  "description": "Kind of Water Table of the Soil Component; values are None, Apparent, Perched"
                },
                {
                  "name": "wtbl_top_min",
                  "value": "None",
                  "unit": "Centimeters",
                  "description": "Water table top minimum, the minimum value of soimoistdept_r"
                }
              ]
            ]
          }
        ],
        [
          {
            "name": "mukey",
            "value": "497749",
            "description": "A non-connotative string of characters used to uniquely identify a record in the Mapunit table"
          },
          {
            "name": "muname",
            "value": "Satanta loam, 3 to 5 percent slopes",
            "description": "Correlated name of the mapunit (recommended name or field name for surveys in progress)"
          },
          {
            "name": "Components",
            "value": [
              [
                {
                  "name": "cokey",
                  "value": "12130154",
                  "description": "A non-connotative string of characters used to uniquely identify a record in the Component table"
                },
                {
                  "name": "compname",
                  "value": "Satanta",
                  "description": "Name assigned to a component based on its range of properties"
                },
                {
                  "name": "hydgrp",
                  "value": "B",
                  "description": "A group of soils having similar runoff potential under similar storm and cover conditions. Examples are A and A/D. (NSSH)"
                },
                {
                  "name": "slope_r",
                  "value": "4.00",
                  "unit": "Percent",
                  "description": "Slope RV: The difference in elevation between two points, expressed as a percentage of the distance between those points. (SSM)"
                },
                {
                  "name": "taxorder",
                  "value": "Mollisols",
                  "description": "The highest level in Soil Taxonomy"
                },
                {
                  "name": "area_pct",
                  "value": "78.10",
                  "unit": "Percent",
                  "description": "The percentage of the component of the mapunit intersection with the AoI"
                },
                {
                  "name": "coarse_frag",
                  "value": "2.00",
                  "unit": "Percent",
                  "description": "Weighted Average Coarse Rock Fragment Volume Percentage through the Profile of the Soil Component"
                },
                {
                  "name": "area",
                  "value": "2.190",
                  "unit": "Acres",
                  "description": "Soil Component Area (Acres) in the Area of Analysis"
                },
                {
                  "name": "cracksgr24",
                  "value": "false",
                  "description": "Surface Connected Macropores (Cracks) at Least 24 centimeters Deep"
                },
                {
                  "name": "hwt_lt_24",
                  "value": "false",
                  "description": "High Water is Less than 24 centimeters Under the Surface"
                },
                {
                  "name": "hzdepth",
                  "value": "25.0",
                  "unit": "Centimeters",
                  "description": "Depth (centimeters) of the Surface Horizon of the Soil Component"
                },
                {
                  "name": "kffact",
                  "value": "0.32",
                  "description": "K factor of the Surface Mineral Horizon of the Soil Component"
                },
                {
                  "name": "om_r",
                  "value": "1.50",
                  "unit": "Percent",
                  "description": "Organic Matter Percentage of the Surface Horizon of the Soil Component"
                },
                {
                  "name": "slopegr15",
                  "value": "false",
                  "description": "Field Slope is Greater Than 15%"
                },
                {
                  "name": "wtbl",
                  "value": "None",
                  "description": "Kind of Water Table of the Soil Component; values are None, Apparent, Perched"
                },
                {
                  "name": "wtbl_top_min",
                  "value": "None",
                  "unit": "Centimeters",
                  "description": "Water table top minimum, the minimum value of soimoistdept_r"
                }
              ]
            ]
          }
        ]
      ]
    }
  ]
}

Request (WQM-05) Response

(text-align:left;vertical-align:top;)
{
    "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"
                    }
                ]
            ]
        }
    ]
}
(text-align:left;vertical-align:top;)
{
  "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"
    }
  ]
}
<description of files to attach
<description of files to fetch
Details
Comments & Attachments
Associations (3)
Children
SCM Commits
History (3)
Baselines
All (3)