I haven’t done anything with football data for ages. All sorts of reasons why, including that maintaining the data became a proper pain in the neck and I was spending more time on that than on fun vis stuff and models. Anyway, some sudden inspiration, the old database is repaired, code dusted off and… Here’s…
Category: Uncategorized

30 Day Map Challenge 2020
My entries to November 2020’s ’30 Day Map Challenge’ on Twitter. No commentary, just maps.

Should I use a black background for my data visualisation?
I’ve wavered back and forth on this. Black backgrounds can make your data visualisation jump off the page but they’re not always the correct choice. Here’s when I’ll consider or reject ‘dark mode’ for a dashboard or other visualisation.

Visualising the London Marathon route with R, rayshader and geoviz
If you’ve been reading my recent posts, you might have already played with geoviz, that makes it easy to draw rayshader scenes in R. Recently we learned how to quickly draw any location you like in rayshader and to add GPS tracks. What if you want to draw a scene with data that doesn’t come…

Adding GPS tracks to rayshader scenes with geoviz
Welcome to part 2 of how geoviz can help you to quickly draw 3D scenes using the rayshader package. If you haven’t read part 1 yet, you might want to start here. Still reading? Then let’s put some GPS data in a rayshader scene! You can use any GPS data that you want, but depending…

I can see my house from here! Your favourite places in 3D with R, rayshader and geoviz.
I’ve spent plenty of time recently with Tyler Morgan Wall‘s rayshader R package, learning a lot about visualising geographic data along the way. I fly paragliders and early on in my exploration, put together a few helper functions to add gps traces from glider flights to rayshader scenes and to make it easier to prepare…