Mapping thousands of locations
September 27, 2005 5:07 AM Subscribe
Location mapping. I want to map a couple of thousand points (latitude/longditude, csv/excel) across America and come up with a pretty picture as a result. Currently I'm thinking of using
gmaptrack or the Yahoo! map API. Any alternate suggestions? Software is fine. I may also have to map the location of some chains across America to which I don't have the location data (but will come up in a google map search), any idea on how to do this?
posted by Mossy to media & arts (6 answers total)
GPS Visualizer will allow you to upload lat/longs in a bunch of formats including CSV. It'll pretty much cover most things if you 're happy with a static JPG as the result.
For the second part, if you can get the zipcodes of the chains from the Google Map Results you can use http://geocoder.us/ to convert the to lat/lon.
There's probably also a Greasemonkey script that'll get you the lat/long of the mouse cursor on the map, but I don't have the referance at hand.
If there's not too many chains that may help.
posted by RevDanCatt at 5:25 AM on September 27, 2005