Custom wrapper around the ActiveStations that allows the system to
fail back to a precaptured list of stations and instruments
|
__init__(self,
allowCache=True,
forceCache=False)
Fetch the stations from the NOAA web services or a cache. |
source code
|
|
|
getStationsNameNumb(self)
Get a nice lookup table of station ID to name translations |
source code
|
|
|
getStationsInBBox(self,
lowerleft,
upperright)
Specify a bounding box and get the points in that region |
source code
|
|
|
getStation(self,
ID)
Return a station class object |
source code
|
|
|
|