Skip to content

Web Services: Allow GetValues query by method, source and QualityControlLevel #86

Description

@xhqiao89

jirikadlec2[CodePlex]
Right now the parameters in GetValues web method are:

location
variable
startDate
endDate

However, sometimes we have one a site and variable that have data with multiple methods, sources and quality control levels for the same site and variable. The standard CUAHSI HydroServer supports using methodCode, sourceCode and qualityControlLevelCode in
the GetValues and GetValuesObject query like this:

If you truly want to isolate an individual time series, you have to specify the source, method, and quality control level in the URL as follows. WaterOneFlow doesn’t support these as separate query strings in the URL, so you have to add them to the
“variable” parameter:

http://icewater.usu.edu/LittleBearRiver/cuahsi_1_1.asmx/GetValuesObject?variable=LBR:USU6:methodCode=28:sourceCode=1:qualityControlLevelCode=1location=LBR:USU-LBR-MendonstartDate=2010-11-01endDate=2010-11-13authToken=

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions