Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you download it and run it with no arguments, you will get the following usage argument:

python
Code Block
language
Div
idusage
alignleft
usage:
    c:\temp\geocoding_client_dph.py
    <host ip> <host port>
    <input file path> <output file path>
    <address column name> [zip code column name]
example command line:
    python geocoding_client_dph.py eas.sfgov.org 80 c:/temp/input.csv c:/temp/output.csv Address Zip

 

You must specify the host IP, host port, input file, output file name, name of the field containing addresses, and optionally the name of the field containing zip codes.

...