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

Application Lifecycle Management

Search In Project

Search inClear

Data Downloads#6537/HEAD / v7
Tags:  not added yet

Data Downloads[SERVICE-6537]

Tracker: Services Priority: NormalNormal Status: Deployed
Submitted by: wlloydJan 12 2016 11:03 Modified by: jdriMay 18 2018 13:15 Type:
Data
Path: m/datadownload/datadownload Context: csip-datadownload Version: 1.0
Endpoints: http://csip.engr.colostate.edu:8088/csip-datadownload/m/datadownload/datadownload/1.0
Maintainers:
Website: -- Apps:
--
Test Status:
--
Last Tested: -- Test Count: --
Test Success Rate: -- Failed Tests: --
Traceability
Loading…
Description
This service uses the data extraction methods included in csip-cfa as well as a few additional ones for the parameters listed below:

- USGS's National Water Information System (NWIS) for stream flow data, water quality data, flood data, and stage-discharge rating curves;

- USGS NWIS Well database for depth and water quality data;

- EPA's STORET (WQX) database for stream flow data and water quality data;

- Colorado Division of Water Resources's (CDWR) database for stream flow data and stage-discharge rating curves;

- SNOTEL Weather Data for precipitation and temperature data;

- NADP National Atmospheric Deposition Program wet-deposition data;

- Colorado Data Sharing Network (CDSN) for stream flow data and water quality data;

 {

 "metainfo": {},
 "parameter": [

 "name": "attribute_file",
 "description": "the contents of a tab-delimited file as a string which contain the attributes of the stations to be searched for, including a header on the first line which is not read in as an example template",
 "value": "Database\tOrg_ID\tStaID\tStaName\tLatitude\tLongitude\tCounty\tState\tCountry\tHUCNumber\tDrainArea\tElev\tElevUnits\tElevDatum\tBeginDate\tEndDate\tCoop_ID\tWBAN_ID\nUSGS\tn/a\t07369654\tCoon Bayou Tributary near Tillar\t33.74982893\t-91.4115096\tDesha County\tARKANSAS\tUnited States\t8050002\t0.02\t145\tft\tNGVD29\t1995-03-05\t1996-12-16\tn/a\tn/a\nUSGS Wells\tn/a\t332432091031501\tD0016 WASHINGTON\t33.409005\t-91.0542732\tWashington County\tMISSISSIPPI\tUnited States\t8030209\t\t125\tft\tNGVD29\t\t\tn/a\tn/a\nSNOTEL\tn/a\t330\tBeaver Divide\t40.61666667\t-111.1\tWasatch\tUTAH\tUnited States\t\t\t8280\tfeet\t\t1978-10-01\t\tn/a\tn/a\nSTORET\t11NPSWRD\tCRLA_GSFRA_52\tPothole Creek (No.52 in GS report)\t42.936853\t-121.949314\tKLAMATH\tOREGON\t\t18010201\t--\t0\t\tNAD83\t\t\tn/a\tn/a\nNADP\tn/a\tCO21\tManitou\t39.1008\t-105.0933\tTeller\tCOLORADO\tUSA\t\t\t2362\tm\t\t1978-10-17\t\tn/a\tn/a\nCDSN\tCITYFTCO_WQX\tPBOXC\tCache La Poudre River above Boxelder Creek, Site C\t40.551282\t-105.008726\tLarimer\tCOLORADO\tUSA\t\t\t\t\t\t\t\tn/a\tn/a\nCDWR\tn/a\tDEUDITCO\tDEUEL SNYDER CANAL\t40.282657\t-103.848246\t\tColorado\tUnited States\t\t\t\t\t\t2008-03-31\t2014-09-25\tn/a\tn/a"
 },

 "name": "begin_date",
 "description": "Begin date",
 "value": ""
 },

 "name": "end_date",
 "description": "End date",
 "value": ""
 },

 "name": "USGS_flow_true",
 "description": "Whether flow data from USGS streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGS_wq_true",
 "description": "Whether water quality data from USGS streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGS_flood_true",
 "description": "Whether flood data from USGS streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGS_stagedischarge_true",
 "description": "Whether stage-discharge data from USGS streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGSwells_depth_true",
 "description": "Whether depth-to-watertable data from USGS well monitoring stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGSwells_height_true",
 "description": "Whether watertable-height data from USGS well monitoring stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGSwells_wq_true",
 "description": "Whether water quality data from USGS well monitoring stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "STORET_flow_true",
 "description": "Whether flow data from EPA STORET streamflow stations is desired to be downloaded (True | False)",
 "value": false
 },

 "name": "STORET_wq_true",
 "description": "Whether water quality data from EPA STORET streamflow stations is desired to be downloaded (True | False)",
 "value": false
 },

 "name": "CDWR_flow_true",
 "description": "Whether flow data from CDWR streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "CDWR_stagedischarge_true",
 "description": "Whether the stage-discharge (rating curve) data from CDWR streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "NADP_annual_true",
 "description": "Whether annual nitrogen atmospheric deposition data from NADP is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "NADP_monthly_true",
 "description": "Whether monthly nitrogen atmospheric deposition data from NADP is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "NADP_weekly_true",
 "description": "Whether weekly nitrogen atmospheric deposition data from NADP is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "CDSN_flow_true",
 "description": "Whether flow data from CDSN streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "CDSN_wq_true",
 "description": "Whether water quality data from CDSN streamflow stations is desired to be downloaded (True | False)",
 "value": true
 }
 ]
 }
 {

 "metainfo": {
 "status": "Finished",
 "suid": "4f5fde27-1c6b-11e6-b546-011d90b90ce4",
 "cloud_node": "172.1.6.246",
 "tstamp": "2016-05-17 14:09:50",
 "service_url": "http://csip.engr.colostate.edu:8082/csip-datadownload/m/datadownload/datadownload/1.0",
 "request_ip": "10.2.228.70",
 "csip.version": "$version: 0.0.0 xxxxxxx date, built at 2016-05-17 13:59 by tcwible$",
 "cpu_time": 14002,
 "expiration_date": "2016-05-17 14:10:34"
 },
 "parameter": [

 "name": "attribute_file",
 "description": "the contents of a tab-delimited file as a string which contain the attributes of the stations to be searched for, including a header on the first line which is not read in as an example template",
 "value": "Database\tOrg_ID\tStaID\tStaName\tLatitude\tLongitude\tCounty\tState\tCountry\tHUCNumber\tDrainArea\tElev\tElevUnits\tElevDatum\tBeginDate\tEndDate\tCoop_ID\tWBAN_ID\nUSGS\tn/a\t07369654\tCoon Bayou Tributary near Tillar\t33.74982893\t-91.4115096\tDesha County\tARKANSAS\tUnited States\t8050002\t0.02\t145\tft\tNGVD29\t1995-03-05\t1996-12-16\tn/a\tn/a\nUSGS Wells\tn/a\t332432091031501\tD0016 WASHINGTON\t33.409005\t-91.0542732\tWashington County\tMISSISSIPPI\tUnited States\t8030209\t\t125\tft\tNGVD29\t\t\tn/a\tn/a\nSNOTEL\tn/a\t330\tBeaver Divide\t40.61666667\t-111.1\tWasatch\tUTAH\tUnited States\t\t\t8280\tfeet\t\t1978-10-01\t\tn/a\tn/a\nSTORET\t11NPSWRD\tCRLA_GSFRA_52\tPothole Creek (No.52 in GS report)\t42.936853\t-121.949314\tKLAMATH\tOREGON\t\t18010201\t--\t0\t\tNAD83\t\t\tn/a\tn/a\nNADP\tn/a\tCO21\tManitou\t39.1008\t-105.0933\tTeller\tCOLORADO\tUSA\t\t\t2362\tm\t\t1978-10-17\t\tn/a\tn/a\nCDSN\tCITYFTCO_WQX\tPBOXC\tCache La Poudre River above Boxelder Creek, Site C\t40.551282\t-105.008726\tLarimer\tCOLORADO\tUSA\t\t\t\t\t\t\t\tn/a\tn/a\nCDWR\tn/a\tDEUDITCO\tDEUEL SNYDER CANAL\t40.282657\t-103.848246\t\tColorado\tUnited States\t\t\t\t\t\t2008-03-31\t2014-09-25\tn/a\tn/a"
 },

 "name": "begin_date",
 "description": "Begin date",
 "value": ""
 },

 "name": "end_date",
 "description": "End date",
 "value": ""
 },

 "name": "USGS_flow_true",
 "description": "Whether flow data from USGS streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGS_wq_true",
 "description": "Whether water quality data from USGS streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGS_flood_true",
 "description": "Whether flood data from USGS streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGS_stagedischarge_true",
 "description": "Whether stage-discharge data from USGS streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGSwells_depth_true",
 "description": "Whether depth-to-watertable data from USGS well monitoring stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGSwells_height_true",
 "description": "Whether watertable-height data from USGS well monitoring stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "USGSwells_wq_true",
 "description": "Whether water quality data from USGS well monitoring stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "STORET_flow_true",
 "description": "Whether flow data from EPA STORET streamflow stations is desired to be downloaded (True | False)",
 "value": false
 },

 "name": "STORET_wq_true",
 "description": "Whether water quality data from EPA STORET streamflow stations is desired to be downloaded (True | False)",
 "value": false
 },

 "name": "CDWR_flow_true",
 "description": "Whether flow data from CDWR streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "CDWR_stagedischarge_true",
 "description": "Whether the stage-discharge (rating curve) data from CDWR streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "NADP_annual_true",
 "description": "Whether annual nitrogen atmospheric deposition data from NADP is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "NADP_monthly_true",
 "description": "Whether monthly nitrogen atmospheric deposition data from NADP is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "NADP_weekly_true",
 "description": "Whether weekly nitrogen atmospheric deposition data from NADP is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "CDSN_flow_true",
 "description": "Whether flow data from CDSN streamflow stations is desired to be downloaded (True | False)",
 "value": true
 },

 "name": "CDSN_wq_true",
 "description": "Whether water quality data from CDSN streamflow stations is desired to be downloaded (True | False)",
 "value": true
 }
 ],
 "result": [

 "name": "output",
 "value": "Output successfully created"
 },

 "name": "output_location",
 "value": "downloadData.zip"
 },

 "name": "downloadData.zip",
 "value": "http://csip.engr.colostate.edu:8082/csip-datadownload/q/4f5fde27-1c6b-11e6-b546-011d90b90ce4/downloadData.zip"
 }
 ]
 }
 (none)
 downloadData.zip
Details
Comments & Attachments
Associations
Children
SCM Commits
History (7)
Baselines
All (7)

Filter
 
No data to display.