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_inputfolder. 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_outputfolder. Thelogfolder hold the log file of console messages.