« Return to Thread: Geocoder and scripts

Geocoder and scripts

by Lee Keel :: Rate this Message:

Reply to Author | View in Thread

Geocoder and scripts

Hello all.

There have been a few chains going around about using postgis to geo-code against Tiger data.  I know that there are some scripts available already, but I just thought I would post what we have running now and see what people thought.  These scripts were originated from the scripts found under Tiger Geocoder at http://postgis.refractions.net/download/ There are some enhancements left to do, but this is the first generation of the scripts and they do work for most cases.  You can see the power of this geocoder at http://hud.uai.com/hudpls/ViewMap.aspx?FindAddTI=1.  This is doing a live geo-coded search as the user types for the entire US (~39 million roads).  At this time we are returning the top 12 hits as the user types.  This is done by using a modified version of the Ajax AutoComplete control.

Future enhancements include:

  *Street Intersection geocoding

  *FuzzyString match (also broadening the search outwards to match at Zip, then City, then State)

  *Continued growth on normalization algorithms

  *Use of 'LIKE' will be incorporated if the postgres optimizer changes to optimize the use of a % at the end of a string.

If you would like to test these scripts, simply follow the README.html that is in the zip which has basic step-by-step instructions on exactly what to do.  Please feel free to contact me if you have any questions\comments\suggestions on any of this.


Best Regards,

Lee Keel




<<Geocoder.zip>>


This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the sender. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.

_______________________________________________
postgis-users mailing list
postgis-users@...
http://postgis.refractions.net/mailman/listinfo/postgis-users

Geocoder.zip (18K) Download Attachment

 « Return to Thread: Geocoder and scripts