Trees | Indices | Help |
---|
|
|
|||
|
__init__(self,
allowCache=True,
forceCache=False) Fetch the stations from the NOAA web services or a cache. |
||
|
getStationsNameNumb(self) Get a nice lookup table of station ID to name translations |
||
|
getStationsInBBox(self,
lowerleft,
upperright) Specify a bounding box and get the points in that region |
||
|
getStation(self,
ID) Return a station class object |
||
|
getStationXmlFromSoap(self) Speak soap to the NOAA axis server and return the SOAP xml. |
|
|||
|
SERVER_ADDR = 'opendap.co-ops.nos.noaa.gov' Host name for the NOAA Axis soap server |
||
|
SERVER_PORT = 80 Axis sits on the normal Apache http port 80 |
||
|
NS = 'http://opendap.co-ops.nos.noaa.gov/axis/services/Ac... The exact location of the soap call. |
|
|
|
|
|
|
|
SERVER_ADDRHost name for the NOAA Axis soap server
|
SERVER_PORTAxis sits on the normal Apache http port 80
|
NSThe exact location of the soap call. This may be ignored.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Feb 18 15:49:07 2007 | http://epydoc.sourceforge.net |