Package noaadata :: Module waterlevelraw
[hide private]
[frames] | no frames]

Module waterlevelraw

source code

Handling code for noaa tide station data.

The Web Services Description Language (WSDL) definition for the query/response from the NOAA Axis server.




See Also:
NOAA Axis page, WSDL, SOAP XML request, SOAP XML response, Java SOAP code, Web interface, XPathTutorial, python lxml

Author: Kurt Schwehr

Version: 4762

Copyright: 2006

Functions [hide private]
  getWaterLevelSoappyNow(stationId, debug=False)
Use OLD SOAPpy interface to get the waterlevel for a station

Variables [hide private]
  __date__ = '2006-09-19'
Date of last svn commit
  datumList = ['MLLW', 'MSL', 'MHW', 'STND', 'IGLD', 'NGVD', 'NAVD']
  unitList = ['Meters', 'Feet']

Function Details [hide private]

getWaterLevelSoappyNow(stationId, debug=False)

source code 
Use OLD SOAPpy interface to get the waterlevel for a station

Variables Details [hide private]

__date__

Date of last svn commit
Value:
'2006-09-19'                                                           
      

datumList

None
Value:
['MLLW', 'MSL', 'MHW', 'STND', 'IGLD', 'NGVD', 'NAVD']                 
      

unitList

None
Value:
['Meters', 'Feet']