Fusion Tables gem & yes, a twitter example…
I just released a gem to help interactions with fusion tables.
It’s on github, or you can install with a straight:
gem install fusion_tables
The main rationale behind making this gem was to make it easy to upload geospatial data to make quick exploratory maps of large datasets. As an example, here are the results of sampling georeferenced tweets from the live twitter streaming API around several major cities (click the points!):
Tokyo
London
New York
Fusion Tables also lets you generate live visualisation from the same data you’re displaying in the map. Here’s a comparison of the counts in all the cities I sampled:
The Fusion Table that drives these maps is available here, & the code I used to generate these examples is also on github.