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

Application Lifecycle Management

Search In Project

Search inClear

SVAP-05b: Get Stream Hydrology for Watershed Description#34023/HEAD / v4
Tags:  not added yet

SVAP-05b: Get Stream Hydrology for Watershed Description[SERVICE-34023]

Tracker: Services Priority: NormalNormal Status: Deployed
Submitted by: rob.streetmanMay 22 2017 16:41 Modified by: JRCarlsonJun 16 2018 07:51 Type:
Model
Path: m/svap/svaphydrob/1.0 Context: csip-svap Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8083/csip-svap/m/svap/svaphydrob/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description

SVAP-05b: Get Stream Hydrology for Watershed Description

This service computes the number of wetted months if a stream is intermittent, or number of months at baseflow if the stream is perennial.

{
    "metainfo": {},
    "parameter": [
        {
            "name": "assessment_id",
            "value": 1,
            "description": "The integer identifier for the assessment record in NPAD."
        },
        {
            "name": "station_id",
            "value": "06752260",
            "description": "Station identifier."
        },
        {
            "name": "organization",
            "value": "USGS",
            "description": "Organization that the flow station belongs to (USGS | STORET | CDSN)"
        }
    ]
}
{
    "metainfo": {
        "status": "Finished",
        "suid": "6d8b4d4b-a3c5-11e7-a981-9b2245f0dfb7",
        "cloud_node": "10.1.71.15",
        "request_ip": "10.84.186.75",
        "service_url": "http://csip.engr.colostate.edu:8083/csip-svap/m/svap/svaphydrob/1.0",
        "csip-svap.version": "$version: 0.3.28 ee48cbe90b26 2017-09-27 rumpal, built at 2017-09-27 12:06 by jenkins$",
        "csip.version": "$version: 2.2.1 7bf35fce9e13 2017-09-15 od, built at 2017-09-27 12:06 by jenkins$",
        "tstamp": "2017-09-27 14:49:59",
        "cpu_time": 5847,
        "expiration_date": "2017-09-27 14:50:35"
    },
    "parameter": [
        {
            "name": "assessment_id",
            "value": 1,
            "description": "The integer identifier for the assessment record in NPAD."
        },
        {
            "name": "station_id",
            "value": "06752260",
            "description": "Station identifier."
        },
        {
            "name": "organization",
            "value": "USGS",
            "description": "Organization that the flow station belongs to (USGS | STORET | CDSN)"
        }
    ],
    "result": [
        {
            "name": "assessment_id",
            "value": 1,
            "description": "Assessment Identifier"
        },
        {
            "name": "station_id",
            "value": "06752260",
            "description": "Station Identifier"
        },
        {
            "name": "organization",
            "value": "USGS",
            "description": "Organization that the flow station belongs to (USGS | STORET | CDSN)"
        },
        {
            "name": "stream_type",
            "value": "Perennial",
            "description": "Stream type (intermittent or perennial)"
        },
        {
            "name": "number_of_months_at_baseflow",
            "value": 12,
            "description": "Number of months at baseflow"
        },
        [
            {
                "name": "number_of_days_at_baseflow_jan",
                "value": 2,
                "description": "Number of days at baseflow in January"
            },
            {
                "name": "number_of_days_at_baseflow_feb",
                "value": 8,
                "description": "Number of days at baseflow in February"
            },
            {
                "name": "number_of_days_at_baseflow_mar",
                "value": 7,
                "description": "Number of days at baseflow in March"
            },
            {
                "name": "number_of_days_at_baseflow_apr",
                "value": 10,
                "description": "Number of days at baseflow in April"
            },
            {
                "name": "number_of_days_at_baseflow_may",
                "value": 2,
                "description": "Number of days at baseflow in May"
            },
            {
                "name": "number_of_days_at_baseflow_jun",
                "value": 7,
                "description": "Number of days at baseflow in June"
            },
            {
                "name": "number_of_days_at_baseflow_jul",
                "value": 4,
                "description": "Number of days at baseflow in July"
            },
            {
                "name": "number_of_days_at_baseflow_aug",
                "value": 6,
                "description": "Number of days at baseflow in August"
            },
            {
                "name": "number_of_days_at_baseflow_sep",
                "value": 8,
                "description": "Number of days at baseflow in September"
            },
            {
                "name": "number_of_days_at_baseflow_oct",
                "value": 6,
                "description": "Number of days at baseflow in October"
            },
            {
                "name": "number_of_days_at_baseflow_nov",
                "value": 7,
                "description": "Number of days at baseflow in November"
            },
            {
                "name": "number_of_days_at_baseflow_dec",
                "value": 11,
                "description": "Number of days at baseflow in December"
            }
        ]
    ]
}
Details
Comments & Attachments
Associations
Children
SCM Commits
History (4)
Baselines
All (4)

New May 22 2017 16:41
Submit by rob.streetman
Completed Sep 27 2017 14:50
Complete by rumpal
Deployed Jun 16 2018 07:51
by JRCarlson
Compare tracker item versions
Submitted Action Version
JRCarlson
Jun 16 2018 07:51
Edit 4
Status Deployed Completed
jdri
May 22 2018 21:48
Edit 3
Description
!!!SVAP-05b: Get Stream Hydrology for Watershed Description
This service computes the number of ...onths if a stream is intermittent, or number of months at baseflow if the stream is perennial.
%%tabbedSection¶
%%tab-Request
{{{
{
"metainfo": {},
"parameter": [
{
"...nization that the flow station belongs to (USGS | STORET | CDSN)"
}
]
}
}}}
%%¶
%%tab-Response
{{{
{
"metainfo": {
"status": "Finished",
&...ot;: "Number of days at baseflow in December"
}
]
]
}
}}}

Show diff
!!!SVAP-05b: Get Stream Hydrology for Watershed Description
This service computes the number of ...onths if a stream is intermittent, or number of months at baseflow if the stream is perennial.
[{Table¶
|__Request__ |__Response__¶
|(text-align:left;vertical-align:top;)
{{{
{
"metainfo": {},
"parameter": [
{
"...nization that the flow station belongs to (USGS | STORET | CDSN)"
}
]
}
}}}
|(text-align:left;vertical-align:top)
{{{
{
"metainfo": {
"status": "Finished",
&...ot;: "Number of days at baseflow in December"
}
]
]
}
}}}
rumpal
Sep 27 2017 14:50
Complete 2
Description
!!!SVAP-05b: Get Stream Hydrology for Watershed Description¶
This service computes the number of wetted months if a stream is intermittent, or number of months at baseflow if the stream is perennial.¶
[{Table
|__Request__ |__Response__
|(text-align:left;vertical-align:top;)
{{{
{
"metainfo": {},
"parameter": [
{
"name": "assessment_id",
"value": 1,
"description": "The integer identifier for the assessment record in NPAD

Show diff
[{Table
|__Request__ |__Response__
|(text-align:left;vertical-align:top;)
{{{
{
"metainfo": {
    },
"parameter": [
{
"name" : "assessment_tool_result_id",
"value" : 1,
"description" : "The integer identifier for the assessment tool result record in NPAD
},¶
"name" : "assessment_id",¶
"value" : 1,¶
"description" : "The integer identifier for the assessment record in NPAD."¶
},¶
"name" : "assessment_tool_id",¶
"value" : 1,¶
"description" : "The integer identifier for the SVAP tool
Maintainers rumpal rob.streetman
Path m/svap/svaphydrob/1.0 m/svap/svaphydrob
Service Name
SVAP-05b: Get Stream Hydrology for Watershed Description
SVAP-05B Get Stream Hydrology for Stream Reach Description
Status Completed New
rob.streetman
May 22 2017 16:41
Submit 1
No changes.