dracodoc / Geocode

Batch geocoding addressess, map to census block with PostGIS Tiger Geocoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Batch geocoding addressess, map to census block with PostGIS Tiger Geocoder


Languages

Language:PLpgSQL 80.2%Language:Python 19.8%