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.places.PlaceSet Class Reference
Inheritance diagram for pymetoffice.places.PlaceSet:

Public Member Functions

def __init__
 
def __repr__
 

Properties

 places property(_getPlaces)
 

Private Member Functions

def _getData
 This method makes the geocoding request from a full or partial address.
 
def _getPlaces
 

Private Attributes

 _places
 

Detailed Description

Definition at line 77 of file places.py.

Constructor & Destructor Documentation

def pymetoffice.places.PlaceSet.__init__ (   self,
  location 
)
Parameters
locationA full or partial address. If 'UK' does not appear, it will be added because the DataPoint API provides UK data only.

Definition at line 81 of file places.py.

Member Function Documentation

def pymetoffice.places.PlaceSet._getData (   self,
  location 
)
private

This method makes the geocoding request from a full or partial address.

Definition at line 102 of file places.py.


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