Brilliant Boris Bikes Animation

Some of us at CASA can’t get enough of the Barclay’s Cycle Hire data. We have had Ollie‘s hugely successful flow maps, journey time heat maps, and now the the Sociable Physicist himself, Martin Austwick has created this stunning animation of the bikes. The TFL data release contained the start point, end point, and duration for around …

Continue reading »

Opendata+R+Google = Easy Maps

The release of the R package “googleVis” has made the production of interactive maps through Google’s Chart Tools a simple task. Ignoring the some basic data manipulation the below map was produced with these two lines of code: library(googleVis) Geo=gvisGeoMap(Map, locationvar=”Country”, numvar=”Percentage”, options=list(height=350, dataMode=’regions’)) plot(Geo) This map, although simple to produce, is nontrivial as it […]

Continue reading »