Re: [WISPA] Addresses - Lat long?

2007-01-23 Thread Sam Tetherow
I've had good luck with Yahoo's Maps service. You have to signup to get an app id. The API is really simple. Here is a modified chunk of code from my Dept of Health and Human Services/Google Map mashup for showing licensed daycare centers in a town. #!/usr/bin/perl use LWP::UserAgent; use

Re: [WISPA] Addresses - Lat long?

2007-01-22 Thread Ryan Langseth
There are a bunch of ways to do this, the two easiest I would be: geocoder.us google maps and some programming Ryan On Mon, 2007-01-22 at 18:55 -0500, Rick Smith wrote: Anyone have a way to convert mass addresses into lat / long numbers ? I have a spreadsheet of locations for a customer

RE: [WISPA] Addresses - Lat long?

2007-01-22 Thread Brian Webster
Rick, Send me the file. Thank You, Brian Webster 214 Eggleston Hill Rd. Cooperstown, NY 13326 (607) 643-4055 Office Please note new number (607) 435-3988 Mobile (208) 692-1898 Fax www.wirelessmapping.com http://www.wirelessmapping.com -Original Message- From: Rick Smith

RE: [WISPA] Addresses - Lat long?

2007-01-22 Thread Frank
If you have Microsoft MapPoint you can convert this way. Open/Import your Excel address spreadsheet inside MapPoint. However, I seem to remember having an issue of getting the lat/long back out. I believe that there was some freeware utility to extract the MapPoint data back out of MapPoint.

Re: [WISPA] Addresses - Lat long?

2007-01-22 Thread George Rogato
Very nice, I've been looking for this. Is there any that you can do batches of addresses? Ryan Langseth wrote: There are a bunch of ways to do this, the two easiest I would be: geocoder.us google maps and some programming Ryan On Mon, 2007-01-22 at 18:55 -0500, Rick Smith wrote: Anyone