Package noaadata :: Module stations :: Class Station
[hide private]
[frames] | no frames]

Class Station

source code

A single station

Instance Methods [hide private]
  __init__(self, et)
Create a station object from an element tree
  getName(self)
  getID(self)
  getLon(self)
  getLat(self)
  hasSensor(self, name="Water Level", status=True, sensorID=None, DCP=None)
Return true if the station has that particular sensor type
  printMe(self)

Method Details [hide private]

__init__(self, et)
(Constructor)

source code 
Create a station object from an element tree
Parameters:
  • et - Element Tree for one station

getName(self)

source code 
None

getID(self)

source code 
None

getLon(self)

source code 
None

getLat(self)

source code 
None

hasSensor(self, name="Water Level", status=True, sensorID=None, DCP=None)

source code 
Return true if the station has that particular sensor type

printMe(self)

source code 
None