This is my setup to batch geocode NFIRS data addresses into valid addresses and map to census block.
To use this work flow:
- Setup server. Assuming the project folder located in
/home/ubuntu/geocode
. - Make address input file, upload to
address_input
folder. Don't use spaces in file name, it will cause error in shell script. - Run
python gaddress.py
, thensh ./batch.sh
. - Output file will be put in
address_output
folder. Thelog
folder hold the log file of console messages.