On Fri, 20 Jan 2006, Bill Thoen wrote:
Since I'm not Perl-conversant, I used Daniel Egnor's geocoder (http://ofb.net/~egnor/google.html) instead of geocoder.us. This uses TIGER data to geocode addresses and includes all source code in C. (There's also some Python and C++, but you don't need that for the geocoding part.) This code won the Google 2002 programming contest (he applied it to geocoding documents.) I added some changes to fix a bug and get it to run with TIGER 2004SE (but it will also work with TIGER 2005FE.) It geocodes using the straight-line street segments created from the from and to coordinates, but with a little extra work you could modify it to follow the street exactly.
Do you have your fixes somewhere? Derrick _______________________________________________ Geowanking mailing list [email protected] http://lists.burri.to/mailman/listinfo/geowanking
