tsgettoolbox.tsgettoolbox.hydstra_stations¶
- tsgettoolbox.tsgettoolbox.hydstra_stations(server, activeonly=False, latlong=True)¶
global:station:::Kisters Hydstra Webservice - station list for a server
Creates a table of stations available on the server.
- Parameters:
server –
Server name or base URL of Hydstra webserver. This can be either a direct URL (normally up to but not including a ‘?’) or it can be one of the following predetermined server names.
Name
Description
sjrwmd
St. Johns Water Management District, Florida, USA https://secure.sjrwmd.com/hydweb/cgi/webservice.exe
orangeco_ca
Orange County Public Works, California USA http://Hydstra.OCPublicWorks.com/cgi/webservice.exe
- activeonly
Boolean: False (default) returns all stations. True returns only active stations.
- latlong
Boolean: False (default) omits latitude and longitude from station table. True includes them.
- tablefmt
Format for site or catalog table. Allowable values include plain (default), csv, or any allowed value for the Python tabulate package.