Long ago, putting together a map of data points would be the sole domain of a skilled GIS practitioner employing an application like ArcView. These days, particularly with the advent of Google Maps, Yahoo Maps and OpenStreetMap, et al., there are a multitude of options for an individual to employ in displaying data geographically. Of course, there are, and will always be, technical options that require some level of programming chops. Fortunately, the pool of drop dead easy implementations that anyone can throw together with ease has grown a lot over the last few years. Then, there is the growing middle ground, lying somewhere between easy but rigid and difficult but flexible. Personally, I tend to hover in this netherworld, leveraging existing code, services or tutorials when possible but occasionally finding myself diving into the more technical areas when necessary and learning a lot in the process.
For those of you out there who might be interested in mapping data, I've put together a collection of links to a variety of services, code samples, resources and tutorials I've found useful in the past. These links range from new services that barely require anything more than a spreadsheet to complicated frameworks that require a great deal of technical knowledge. This is by no means all encompassing and if you happen to have additional links you'd like to share, feel free to leave them in the comments.
- Spatial Key "SpatialKey gives decision makers quick, easy, and cost-effective access to location intelligence so they can better achieve their objectives."
- Many Eyes Many Eyes displays data associated with geographic regions using either colors or bubbles.
- Maker "Anyone can build complex, data-rich maps."
- Tableau "With Tableau Public you can create interactive graphs, dashboards, maps and tables from virtually any data and embed them on your website or blog in minutes."
- Mapspread "Import your data, geocode it, share it with coworkers and friends, create thematic maps, create interactive applications."
- Zeemaps Custom maps from lists.
<img src="http://assets.sunlightfoundation.com/images/blog/posts/mapping_coding.jpg" alt="Some Coding Required" class="aligncenter">
<ul id="nobullets">
<li><a href="http://cartographer.visualmotive.com/">Cartographer.js</a> (javascript)
A great javascript library that lets you create thematic maps by leveraging Google Maps.
<li><a href="http://code.google.com/p/gheat/">gheat</a>
"A map tile server for a heatmap layer" on top of Google Maps.
<img src="http://assets.sunlightfoundation.com/images/blog/posts/mapping_resources.jpg" alt="Resources" class="aligncenter">
<ul id="nobullets">
<li><a href="http://openlayers.org/">OpenLayers</a>
"OpenLayers makes it easy to put a dynamic map in any web page. It can display map tiles and markers loaded from any source."
<li><a href="http://www.batchgeocode.com/">BatchGeoCode</a>
Batch geocode addresses in a spreadsheet with ease.
</ul>
<img src="http://assets.sunlightfoundation.com/images/blog/posts/mapping_tutorials.jpg" alt="Tutorials" class="aligncenter">
<ul id="nobullets">
<li><a href="http://flowingdata.com/2009/11/12/how-to-make-a-us-county-thematic-map-using-free-tools/">Flowing Data: Thematic Maps</a> (choropleth with Python, SVG)</li>
<li><a href="http://geography.uoregon.edu/GeogR/topics/maps.htm">Maps in R</a></li>
<li><a href="http://blog.blprnt.com/blog/blprnt/7-days-of-source-day-1-goodmorning">GoodMorning</a> (processing based)</li>
<li><a href="http://flowingdata.com/2009/11/05/make-thematic-maps-with-cartographer-js/">Thematic Maps with Cartographer.js</a></li>
<li><a href="http://mapbox.com/documentation/adding-tiles-your-site/using-mapbox-tiles-google-maps-api/">Using MapBox tiles with Google Maps</a></li>
<li><a href="http://vis.stanford.edu/protovis/ex/oakland.html">Recreating Oakland Crimespotting with Protovis</a> (See: <a href="http://oakland.crimespotting.org/">Oakland.Crimespotting</a>)</li>
<li><a href="http://econym.org.uk/gmap/">Google Maps API Tutorial</a></li>
<li><a href="http://gmaps-samples.googlecode.com/svn/trunk/spreadsheetsmapwizard/makecustommap.htm">Generate a Google Map from a spreadsheet</a></li>
This TED 2010 talk is also worth watching to see the future of online mapping.