Can I input a list of addresses somewhere and retrieve Long/Lat?

 

This may have been answered in the past but I couldn't find a reference or picked the wrong keywords to search by.

I have a list of addresses. I want to input them all at once and retrieve longitude and latitude for each. I know how to get them one-by-one, but that would take forever.

I also know there many maps show my own address a mile off where it should be so I would question the accuracy of many tools, but still, any ideas are welcomed! Thanks in advance!

--
Garmin Nuvi 265WT

GPSVisualizer

This website works as well as any:

http://www.gpsvisualizer.com/geocoder/

--
Tampa, FL - Garmin nüvi 660 (Software Ver 4.90), 2021.20 CN NA NT maps | Magellan Meridian Gold

Addresses

I did my address to see what popped up it was off by a whole block or 100 meters or so...

Google or Yahoo ?

Try both map database selections on the geocoder screen & compare the results. Neither vendor is perfect. For addresses that one map vendor can't find, usually the other one can.

--
TomTom One 125, One 140S, Via 1500 and iPhone TomTom App

Here

Here is a batch conversion site

http://stevemorse.org/jcal/latlonbatch.html

If Google is ok...

If Google Maps work ok for you and you have a GoogleMaps API key (free), my Excel add-in will geocode & reverse geocode.

It's not totally automatic but you can record a macro to help you out some.

The dl link is:
http://gpspois.wikispaces.com/Download

--
It's about the Line- If a line can be drawn between the powers granted and the rights retained, it would seem to be the same thing, whether the latter be secured by declaring that they shall not be abridged, or that the former shall not be extended.

just did a search

I used this one below. It accepts address input as well as point and click. There are many others similar.

http://itouchmap.com/latlong.html-

www.batchgeocode.com

all of the tools, including mapsource, seem to have accuracy problems involving street numbers. When I search strickly using street numbers, I also assume it will get me close, but I have to finish up the old fashion way and check the street numbers visually.

--
___________________ Garmin 2455, 855, Oregon 550t

One I found...

I found this site to batch geocode for my first try and it worked quite well:

http://www.batchgeocode.com/

Google Maps

I do the following:

* Find the address on Google maps
* Right click on the map and select Center Map Here
* click a bookmark for this: javascript:void(prompt('',gApplication.getMap().getCenter()));

Then a dialog box will come up and give the lat and long for the center of the map that you can copy and paste to notepad, excel, or whatever your favorite POI file editor happens to be.

Edit: oops. I didn't see that you wanted a list to do at once. This will only do one at a time.