PyMetOffice  0.4
Pythonic access to UK Met Office DataPoint API
List of all members
pymetoffice.pymetoffice.Model Class Reference
Inheritance diagram for pymetoffice.pymetoffice.Model:
pymetoffice.forecast.ForecastModel pymetoffice.observation.ObservationModel pymetoffice.base.baseModel pymetoffice.base.baseModel

Additional Inherited Members

- Public Member Functions inherited from pymetoffice.forecast.ForecastModel
def makeDecoder
 This returns a dictionary in a suitable form for translating the Met Office observation/forecast items into more user-friendly names.
 
def getDailyForecastPlace
 
def get3HourlyForecastPlace
 
def getDailyForecastId
 
def get3HourlyForecastId
 
- Public Member Functions inherited from pymetoffice.observation.ObservationModel
def getObservationsPlace
 For now, this method is not supported by the DataPoint API (apparently).
 
def getObservationsId
 This, on the other hand, works fine given a valid location Id.
 
- Properties inherited from pymetoffice.base.baseModel
 Cached property(_getCached)
 
 ObservationSitelist property(_getObList)
 This provides the list of observation sites.
 
 ForecastSitelist property(_getFcList)
 This provides the list of forecast sites.
 

Detailed Description

Definition at line 5 of file pymetoffice.py.


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