Finding the latitude, longitude values for creating POIs

 

Most GPS devices that allow you to create point of interest (POI) files (such as the Garmins), require you to input the point as a latitude,longitude value with a description.

Tools like Google Maps allow you to locate points of interest, but one has to typically jump through hoops (read - try and pick the lat,long value from the URL) to get at the latitude, longitude values.

Trying to locate the latitude,longitude values from a web-page URL like "http://maps.google.com/maps?hl=en&ie=UTF8&ll=39.729634,-104.984558&spn=0.004893,0.011373&t=h&z=17" became old really quick.

So I created a website called "What's the address?" (http://tinyurl.com/geocode). It allows you to easily pick out the latitude,longitude values. In addition, if you want, the website will let you determine the approximate address of any location that you click on in the map.

Also, as I have a Garmin, I output the location information as longitude,latitude pair in addition to the more traditional latitude,longitude pair. Made my life a lot more easier for creating large POI files.

Hope you find it useful too.
http://tinyurl.com/geocode
http://www.aggregatedintelligence.com/googlemaps/reverseGeoC...

--
http://www.aggregatedintelligence.com/ http://blog.aggregatedintelligence.com/

Thanks

Thank you for this. Looks good!

--
"Life is a journey - enjoy the ride!" Garmin nuvi 255

new geocode

thanks - tht's great. i saved it to my computer and also e-mailed the link to my 2 daughters

happy new year

--
marnoldi Nuvi 680 & Nuvi 2797LMT

Addresses

That is a great tool, thanks for the effort. I have used Google Earth to find lat/long but this is much easier.

Thanks

theRajah wrote:

So I created a website called "What's the address?" (http://tinyurl.com/geocode). It allows you to easily pick out the latitude,longitude values. In

Thanks this will be useful. Any chance of having it display other formats? All my gps's are setup to display and input the coordinates in DDD MM.MMM format. Its not a big deal to convert but displaying the other formats would be handy

Steve

Neat little tool!

Thank you theRajah for putting this together. Looks like a very nice tool to have available!

--
Winston Churchill said, “Americans can always be counted on to do the right thing, after exhausting all other possibilities.”

.

GeoScouter wrote:

All my gps's are setup to display and input the coordinates in DDD MM.MMM format. Its not a big deal to convert but displaying the other formats would be handy
Steve

What program are you using convert?

Thanks

This is pretty cool and should be useful.

Software that converts coordinates.

phillyguy19020 wrote:

What program are you using convert?

I use a small program called GPS Sway you can download at this site.

http://www.gpsfiledepot.com/tools/gpssway.php

There are a few websites that do the same thing as this program.

When I'm in a bind in the field I switch the GPS to use the format I need to convert. I enter this format create a waypoint in this format then change the GPS back to the normal format I use. The waypoint is converted to the format I use.

Steve

Finding the latitude, longitude values for creating POIs

I am using Google Maps' API to draw the map as well as performing the forward and reverse geo-coding.

--
http://www.aggregatedintelligence.com/ http://blog.aggregatedintelligence.com/

Easier way?

I'm pretty new to this stuff but it seems very odd that we can plug an address into our GPS devices in standard format and it can get us where we want to go but we have to go through the hassle of getting the longitude, latitude in order to do POIs. Shouldn't we just be able to provide the address? Anyway, I guess that's just the way it is at this stage of the game so my next question is do we have to look addresses up one by one on a website to get the coordinates or has someone developed some sort of batch process that can convert street addresses to longitude, latitude?

--
Maplewood, MN Garmin Nuvi 750 & 850

here is the program that I use

jdthepig wrote:

has someone developed some sort of batch process that can convert street addresses to longitude, latitude?

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

--
Garmin Nuvi 750

itouchmap.com/latlong

Just putting addresses in the GPS doesn't really work, Garmin can be 1/4 mile or more off on some addresses. And POIs are designed to use coordinates.

One handy site that I found for getting coordinates is itouchmap.com/latlong . It uses Google maps, but give back the coordinates in a couple of very easy to copy and use forms. And the coordinates stay at what you looked up, they don't change as you move your mouse to copy them. In addition to the lat and long windows at the bottom of the page, there is a nice pop up balloon with one single coordinate pair string in it that can easily be copied for pasting somewhere else.

I should mention that the coordinates are in the order that the rest of the world uses, not Garmins backward coordinate order that has to be used for POIs. Once you paste the coordinates somewhere you can manually transpose them, but that is extra work and does add a chance to induce an error. I found that I could work with the coordinates in this format by pasting them into a text file with the rest of my data, and then process the text file into a csv file with a simple script. My text file originally had lat and long fields, but I added code to the script to allow me to input the coordinates in this format in reverse Garmin order and the script would find the comma and create the two fields based on the numbers before and after the comma. This complete addition took only one extra line of code in the script.

Address don't always work

For some POI's I upload both to my Nuvi and 60CSX. The 60CSX is my hiking GPS. So I need actual coordinates instead of street address. The street addresses are not always correct. Also if you have the actual coordinates you can cross reference to topo maps a lot easier. I have a couple favorites where I adjusted to coordinates because it was closer to the POI location.

Steve

Much Appreciated!

This is a nice tool to make necessary adjustments to incorrect address locations, as it is helpful to pinpoint any address via the satellite image.

Much appreciated!

--
JRoz -- DriveSmart 55 & Traffic

itouchmap.com/latlong

Frovingslosh I tried itouchmaps last night and it is really quite good I like the map and streest part where you can look at the actual street. One thing I found wrong was when I put my home address in it put my house 3 houses north of where I live but then I found you can move down the street and get right in front. I found it easier than google earth for getting lot and lat's as like you said it holds still. Did make for working on a poi easier. Thanks.

--
johnm405 660 & MSS&T

You're welcome

johnm405 wrote:

Frovingslosh I tried itouchmaps last night and it is really quite good I like the map and streest part where you can look at the actual street. One thing I found wrong was when I put my home address in it put my house 3 houses north of where I live but then I found you can move down the street and get right in front. I found it easier than google earth for getting lot and lat's as like you said it holds still. Did make for working on a poi easier. Thanks.

You're welcome. You are correct, none of the mapping services, including google are particularly good on exact street addresses (my nuvi had been off by 1/4 mile or more). But if you are tweaking and know what you are looking at you can refine it quite nicely.

If you want to try my text file approach and want a script to process the file, I'll gladly provide mine. That way you can just cut and paste the coordinates into your file in Lat/Long format as they show up in the site, and the script takes care of getting them into the Long/Lat format that Garmin needs, less cutting and pasting and editing. (I did a batch of coordinates the other evening mostly one handed with just the mouse, cutting tyhe street address from my data into the itouchmaps site, looking up coordinates, copying them, and then pasting them back into my text file.)

I touchmap

Thanks I will send you a e-mail so you can send it. I have some poi's that I am working on and there are like 80 to 90 different stores and so far it has been slow.

--
johnm405 660 & MSS&T