The one million tweet map
21–30 of 36 posts
Re: The one million tweet map
#22There is quite an intense location on west coast of Africa, a bit below Nigeria that appears to be coming from somewhere in the ocean, just to the west of Sao Tome. Google maps is not showing me anything from that location like an island. Any idea why this might be? Also useful would be some sort of Distance scale/measure.
Re: The one million tweet map
#23Re: The one million tweet map
#24Re: The one million tweet map
#25Re: The one million tweet map
#26Re: The one million tweet map
#27There is quite an intense location on west coast of Africa, a bit below Nigeria that appears to be coming from somewhere in the ocean, just to the west of Sao Tome. Google maps is not showing me anything from that location like an island. Any idea why this might be? Also useful would be some sort of Distance scale/measure.
Looks like 0 degree latitude, 0 degree longitude. Probably tweets with no location info or bad location info.
Re: The one million tweet map
#28Earlier quoted context omitted.
What do you mean? We just display data from twitter stream. You can use their stream if you want to
Which stream are you using exactly. Are you applying any filters? Afaik the complete firehose has restricted access, or did that change? Edit: very cool visualization btw. What are you using exactly on the backend for stream processing?
The backend is written in Ruby. The daemon to index tweets use the great Intridea gem https://github.com/intridea/tweetstream.
The page http://onemilliontweetmap.com/ is simple Sinatra application, and I use REDIS pub/sub to push tweets to the browser.
Re: The one million tweet map
#29I did a similar non-interactive dataviz a while ago during the big student protests in Quebec this spring. I clustered (using LDA) the tweets talking about the protests and I mapped and identified them.
http://olihb.com/?p=199 (in French, though)
Re: The one million tweet map
#30Is there a way to permalink to a specific location/magnification?