Package noaadata
[hide private]
[frames] | no frames]

Source Code for Package noaadata

 1  #!/usr/bin/env python 
 2  __version__ = '0.2.0' #'$Revision: 2075 $'.split()[1] 
 3  __date__ = '$Date: 2006-05-03 04:18:20 -0400 (Wed, 03 May 2006) $'.split()[1] 
 4  __author__ = 'Kurt Schwehr' 
 5  __doc__=''' 
 6  Python modudule for NOAA Co-ops data 
 7   
 8  Introduction 
 9  ============ 
10   
11  FIX: write me 
12   
13  @see: NMEA strings at U{http://gpsd.berlios.de/NMEA.txt} 
14   
15  @author: U{'''+__author__+'''<http://schwehr.org/>} 
16  @requires: U{Python<http://python.org/>} >= 2.4 
17  @requires: U{lxml<http://codespeak.net/lxml/>} 
18   
19  @todo: lots 
20  @license: GPL v2 
21  @copyright: (C) 2006 Kurt Schwehr 
22   
23  @undocumented: __doc__ 
24  @undocumented: __version__ __author__ __url__ 
25  ''' 
26   
27  __docformat__ = 'epytext en' 
28   
29  __url__ = 'FIX: https://.unh.edu/' 
30   
31  # [xx] this should probably be a private variable: 
32  #DEBUG = True 
33  #'''True if debugging is turned on.''' 
34