|
PyMetOffice
0.4
Pythonic access to UK Met Office DataPoint API
|
Public Member Functions | |
| def | __init__ |
Properties | |
| observations property(_getObs) | |
Private Member Functions | |
| def | _getObs |
Private Attributes | |
| _doc | |
| _reps | |
| _date | |
| _time | |
Definition at line 143 of file observation.py.
| def pymetoffice.observation.ObservationSet.__init__ | ( | self, | |
| decoder, | |||
| doc | |||
| ) |
| doc | is a complete XML DOM as returned from _getRawObsData. |
| decoder | A decoder returned by calling _makeDecoder with the supplied doc. |
Definition at line 149 of file observation.py.
1.8.2