|
PyMetOffice
0.4
Pythonic access to UK Met Office DataPoint API
|
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. | |
Definition at line 9 of file __init__.py.
1.8.2