olm.USGS.DataRetrieval.querySiteList¶
-
olm.USGS.DataRetrieval.querySiteList(siteList, charList)[source]¶ Construct html query for NWIS given a list of sites and characteristics.
Parameters: siteList : list
A list of USGS site number strings starting with ‘USGS-‘ or just containing the bare integer number of a USGS site.
charList : list
A list of USGS characteristic names to be retrieved in this query.
Returns: queryText : string
Returns a string that contains the html query for this list of sites and characteristics.