PyMetOffice  0.4
Pythonic access to UK Met Office DataPoint API
Public Member Functions | Properties | Private Member Functions | Private Attributes | List of all members
pymetoffice.observation.ObservationSet Class Reference
Inheritance diagram for pymetoffice.observation.ObservationSet:

Public Member Functions

def __init__
 

Properties

 observations property(_getObs)
 

Private Member Functions

def _getObs
 

Private Attributes

 _doc
 
 _reps
 
 _date
 
 _time
 

Detailed Description

Definition at line 143 of file observation.py.

Constructor & Destructor Documentation

def pymetoffice.observation.ObservationSet.__init__ (   self,
  decoder,
  doc 
)
Parameters
docis a complete XML DOM as returned from _getRawObsData.
decoderA decoder returned by calling _makeDecoder with the supplied doc.

Definition at line 149 of file observation.py.


The documentation for this class was generated from the following file: