Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 762 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 762 Bytes

This is my setup to batch geocode NFIRS data addresses into valid addresses and map to census block.

To use this work flow:

  1. Setup server. Assuming the project folder located in /home/ubuntu/geocode.
  2. Make address input file, upload to address_input folder. Don't use spaces in file name, it will cause error in shell script.
  3. Run python gaddress.py, then sh ./batch.sh.
  4. Output file will be put in address_output folder. The log folder hold the log file of console messages.