Trees | Indices | Help |
---|
|
Author:
|
|||
|
|||
|
|||
BitVector |
|
|
|||
__doc__ = '
|
|||
stations = Stations.ActiveStations(forceCache= True)
|
|||
url = 'http://opendap.co-ops.nos.noaa.gov/axis/services/WaterL
|
|||
namespace = 'urn:WaterLevelRawSixMin'
|
|||
daysPerMon = [-1, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]
|
|||
monthLUT = {'Jan': 1, 'Feb': 2, 'Mar': 3, 'Apr': 4, 'May': 5,
|
|
Splits a noaa utc time into fields that are more usable. #>>> splitNoaaDateTime('Jan 4 2007 4:36PM') #(2007,1,4,16,36) >>> splitNoaaDateTime('2007-01-31 00:06:00.0') (2007,1,13,00,06) |
Return one long NMEA string. This will be oversized for the nmea spec. |
Return an AIS string of the latest waterlevel.
|
|
__doc__
|
url
|
monthLUT
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Feb 9 07:33:16 2008 | http://epydoc.sourceforge.net |