PyMetOffice
0.4
Pythonic access to UK Met Office DataPoint API
|
Public Member Functions | |
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.base.baseModel | |
def | __init__ |
Constructor. | |
Private Member Functions | |
def | _getRawForecastData |
def | _translateUnits |
def | _getDailyForecastData |
def | _get3HourlyForecastData |
Additional Inherited Members | |
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. | |
Definition at line 8 of file forecast.py.
def pymetoffice.forecast.ForecastModel.makeDecoder | ( | self, | |
data | |||
) |
This returns a dictionary in a suitable form for translating the Met Office observation/forecast items into more user-friendly names.
Definition at line 25 of file forecast.py.