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

Application Lifecycle Management

Search In Project

Search inClear

SVAP-02 Get Drainage Area and Stream Miles for Watershed Description#29119/v4
Tags:  not added yet

SVAP-02 Get Drainage Area and Stream Miles for Watershed Description[SERVICE-29119]

Tracker: Services Priority: NormalNormal Status: New
Submitted by: rob.streetmanJan 04 2017 10:30 Modified by: rob.streetmanMay 22 2017 16:50 Type:
Data
Path: m/svap/svapnhddata Context: csip-svap Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-svap/m/svap/svapnhddata/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
This service retrieves the HUC 12 watershed number, name, and area for a stream reach location, and computes perennial, intermittent, and ephemeral stream miles within the watershed. The data can be used to populate the Watershed Description portion of SVAP.

Request Response
{
    "metainfo": {
    },
    "parameter": [
        {
            "name" : "assessment_id",
            "value" : 1,
            "description" : "Assessment identifier."
        },
        {
            "name": "assessment_location",
            "type": "Point",
            "coordinates": [
                [
                    [-105.16778469085693,
                    40.40498364102221]

                ]
            ],
            "description": "Latitude/Longitude of assessment."
        }
    ]
}
{
  "metainfo": {
    "status": "Finished",
    "suid": "96801da3-3f33-11e7-8bd0-a3fde9196781",
    "cloud_node": "10.2.228.74",
    "request_ip": "0:0:0:0:0:0:0:1",
    "service_url": "http://localhost:8080/csip-svap/m/svap/svapnhddata/1.0",
    "csip-svap.version": "$version: 0.2.8 7c5488f2fa04 2017-05-22 rob.streetman, built at 2017-05-22 15:13 by robert$",
    "csip.version": "$version: 2.1.198 e80ae1c31de4 2017-04-27 od, built at 2017-05-22 15:13 by robert$",
    "tstamp": "2017-05-22 15:14:05",
    "cpu_time": 3072,
    "expiration_date": "2017-05-22 15:14:38"
  },
  "parameter": [
    {
      "name": "assessment_id",
      "value": 1,
      "description": "Assessment identifier."
    },
    {
      "name": "assessment_location",
      "type": "Point",
      "coordinates": [
        [
          [
            -105.16778469085693,
            40.40498364102221
          ]
        ]
      ],
      "description": "Latitude/Longitude of assessment."
    }
  ],
  "result": [
    {
      "name": "assessment_id",
      "value": 1,
      "description": "Assessment identifier."
    },
    {
      "name": "assessment_location",
      "value": {
        "type": "Point",
        "coordinates": [
          -105.167785,
          40.404984
        ]
      },
      "description": "Assessment location (GeoJSON)."
    },
    {
      "name": "huc12_number",
      "value": "101900060603",
      "description": "HUC12 identifier."
    },
    {
      "name": "huc12_name",
      "value": "Big Thompson River Canyon",
      "description": "HUC12 name."
    },
    {
      "name": "huc12_area",
      "value": 17695,
      "unit": "ac",
      "description": "HUC12 area."
    },
    {
      "name": "perennial_stream_miles",
      "value": 8.10214984863388,
      "unit": "mi",
      "description": "HUC12 perennial stream miles."
    },
    {
      "name": "intermittent_stream_miles",
      "value": 60.760233124758805,
      "unit": "mi",
      "description": "HUC12 intermittent stream miles."
    },
    {
      "name": "ephemeral_stream_miles",
      "value": 48.49473748610043,
      "unit": "mi",
      "description": "HUC12 ephemeral stream miles."
    }
  ]
}

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

 
No data to display.