SRBHOS
The following operations are supported. For a formal definition, please review the Service Description.
-
GetMetadata
Given a site code, variablecode and time frame, this method returns the metadata for the time series. -
GetSiteInfo
Given a site code, this method returns the site's metadata. Send the site code in this format: 'SRBHOS:SiteCode' -
GetSiteInfoObject
Given a site code, this method returns the site's metadata. Send the site code in this format: 'SRBHOS:SiteCode' -
GetSites
Given an array of site codes, this method returns the site metadata for each one. Send the array of site codes in this format: 'SRBHOS:SiteCode' -
GetSitesXml
Given an array of site codes, this method returns the site metadata for each one. Send the array of site codes in this format: 'SRBHOS:SiteCode' -
GetValues
Given a site code, a variable, a start date, and an end date, this method returns time series data in XML as a String. Pass in the sitecode and variable in this format: 'SRBHOS:SiteCode' and 'SRBHOS:VariableCode' -
GetValuesObject
Given a site code, a variable, a start date, and an end date, this method returns a time series object serialized to XML. Pass in the sitecode and variable in this format: 'SRBHOS:SiteCode' and 'SRBHOS:VariableCode' -
GetVariableInfo
Given a variable code, this method returns the variable's name. Pass in the variable in this format: 'SRBHOS:Variable' -
GetVariableInfoObject
Given a variable code, this method returns the variable's name. Pass in the variable in this format: 'SRBHOS:Variable'