Module Name: Address Geocoder
Module path: recon/locations-locations/geocode
Name: Address Geocoder
Path: modules/recon/locations-locations/geocode.py
Author: Quentin Kaiser (
[email protected])
Description:
Queries the Google Maps API to obtain coordinates for an address. Updates the 'locations' table with the results.
Options:
| Name |
Current Value |
Required |
Description |
| SOURCE |
default |
yes |
source of input (see 'show info' for details) |
Source Options:
| default |
SELECT DISTINCT street_address FROM locations WHERE street_address IS NOT NULL |
| <string> |
string representing a single input |
| <path> |
path to a file containing a list of inputs |
| query <sql> |
database query returning one column of inputs |