Google Groups Home
Help | Sign in
SQL Database Geocoder
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
9h0s7  
View profile
 More options Jun 26, 2:28 am
From: 9h0s7 <jonp...@gmail.com>
Date: Wed, 25 Jun 2008 14:28:56 -0700 (PDT)
Local: Thurs, Jun 26 2008 2:28 am
Subject: SQL Database Geocoder
I have look through this group (and others) put haven't found an
acceptable answer. I have an SQL database with address, city, state
and zip in separate columns. I need an automated process to geocode
these address and put them into the database. It is not possible to
geocode them manually. The database is completely destroyed and
recreated every night with 4000+ - address. Any ideas on how I could
get this to work?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alex North  
View profile
 More options Jun 26, 3:17 am
From: "Alex North" <ano...@gmail.com>
Date: Thu, 26 Jun 2008 08:17:36 +1000
Local: Thurs, Jun 26 2008 3:17 am
Subject: Re: SQL Database Geocoder

Maybe Google's geocoder isn't the service for you, although you could put
4000 addresses throught the HTTP geocoder if you were careful. If your
addresses are all in the US you could try Geocoder.us. The Perl source code
is freely available and you can get the TIGER/LINE data from the US census.

- http://geocoder.us/
- http://search.cpan.org/~sderle/Geo-Coder-US/
- http://www.census.gov/geo/www/tiger/

Alex


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rossko  
View profile
 More options Jun 26, 3:47 am
From: Rossko <ros...@culzean.clara.co.uk>
Date: Wed, 25 Jun 2008 15:47:09 -0700 (PDT)
Local: Thurs, Jun 26 2008 3:47 am
Subject: Re: SQL Database Geocoder
Depending how the database is used, you could rethink the strategy
perhaps;

Not much point geocoding everything daily if much of it is thrown away
without ever being used.  Maybe geocode each location only when
actually required, and then also store the result in case it does get
looked at again later.

Or look again at why all the data is discarded daily.

cheers, Ross K


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google