GPS Visualizer's Address LocatorConvert multiple addresses to GPS coordinatesNOTE: You'll need to get your own free API key to process addresses using this page. (Get a key: Bing, MapQuest, Google)
What this page is forGPS Visualizer's primary function is mapping and converting GPS data; it was never intended to be a geocoding site. However, over the years many people have found GPS Visualizer to be useful with address-based data as well, so this page was created as a convenient way to bridge the gap between addresses and true coordinates. After you add latitudes and longitudes to your waypoints/addresses/POIs, you should be able to use them with GPS Visualizer's "normal" input forms. How it worksMany mapping sites provide a geocoding "API" -- a way for other programs to quickly and easily access their services using JavaScript-On-Demand (JSON) code that is run by your Web browser. However, the APIs only allow a limited number of queries, based on your "key": usually a few thousand per day. For most individuals, that's more than enough, but if all of GPS Visualizer's users were allowed to geocode as many addresses as they want, the quota would be reached quickly. That's why there's a slot where you can enter your key, giving you access to nearly unlimited lookups without having to do any programming. When you geocode addresses using this page, your input data never gets sent to GPS Visualizer's server (unless you produce a map or GPX file after processing). The transaction is entirely between your browser and the geocoding provider (Google, Bing, or Mapquest). Verifying strange resultsSometimes the geocoder returns coordinates that don't seem right. For example, if you enter nothing but "CO", you might get Colombia rather than Colorado; adding ", US" to the end should take care of that. Another common source of errors (aside from missing, misspelled, or poorly-aligned header rows) is non-street addresses that look like addresses, like P.O. Boxes or named buildings. For example, "200 Jackson Building, 333 2nd Street" might be interpreted as "200 Jackson Street." There's really no way to get around this, other than ensuring that your "address" column contains actual street addresses. Return to the main GPS Visualizer page |