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 XML::Simple;
use CGI::Simple;

my $location=107 W 2nd Street, Valentine, NE 69201;
my $q=new CGI::Simple;
my $safe_loc=$q-url_encode($location);
my 
$geocode_url=http://api.local.yahoo.com/MapsService/V1/geocode?appid=$APP_IDlocation=$safe;);

my $ua=LWP::UserAgent-new;
my $response=$ua-get($geocode_url);
if ($response-is_error) {
die $response-status_line;
}
my $xml=XMLin($response-content());
print $xml-{'Result'}-{'Latitude'}, $xml-{'Result'}-{'Longitude'}\n;


Rick Smith wrote:

Anyone have a way to convert mass addresses into lat / long numbers ?

I have a spreadsheet of locations for a customer that I'd like to map in
Radio Mobile, and obviously need to do it via Lat/Long.

R

  


--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


[WISPA] Addresses - Lat long?

2007-01-22 Thread Rick Smith
Anyone have a way to convert mass addresses into lat / long numbers ?

I have a spreadsheet of locations for a customer that I'd like to map in
Radio Mobile, and obviously need to do it via Lat/Long.

R

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


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 that I'd like to map in
 Radio Mobile, and obviously need to do it via Lat/Long.
 
 R
 
-- 
Ryan Langseth
[EMAIL PROTECTED]


-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


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 [mailto:[EMAIL PROTECTED]
Sent: Monday, January 22, 2007 6:56 PM
To: 'WISPA General List'; [EMAIL PROTECTED];
isp-wireless@isp-wireless.com
Subject: [WISPA] Addresses - Lat long?


Anyone have a way to convert mass addresses into lat / long numbers ?

I have a spreadsheet of locations for a customer that I'd like to map in
Radio Mobile, and obviously need to do it via Lat/Long.

R

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/



-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


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. 


Thank you

Frank Keeney
Pasadena Networks, LLC
Antennas, Cables and Equipment:
http://www.wlanparts.com 



 -Original Message-
 From: Rick Smith
 
 Anyone have a way to convert mass addresses into lat / long numbers ?
 
 I have a spreadsheet of locations for a customer that I'd 
 like to map in
 Radio Mobile, and obviously need to do it via Lat/Long.

-- 
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/


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 have a way to convert mass addresses into lat / long numbers ?

I have a spreadsheet of locations for a customer that I'd like to map in
Radio Mobile, and obviously need to do it via Lat/Long.

R



--
George Rogato

Welcome to WISPA

www.wispa.org

http://signup.wispa.org/
--
WISPA Wireless List: wireless@wispa.org

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/