iwfm.gis.geocode_ex

iwfm.gis.geocode_ex(address, verbose=False)[source]

Example: Find the lat-lon of a street address and then reverse to use the lat-lon to get the address information.

Parameters:
  • address (str) – address

  • verbose (bool, default=False) – True = command line update on

Returns:

result – A tuple containing the reversed address (str) and the geocode of the address (str)

Return type:

tuple