Archives

Home / Portfolio

Home Server

May 10, 2015/0/0/

Home ServerBuilding a home (server)DescriptionGalleryBlog Entry Description When? May 2015 Why? After many years deliberating I decided to build a home server, based largely on HP Microserver's cashback incentive. Three main use cases at this point: To act as a NAS, and hold all my files with some chunky storage; To act as an 'always-on' [...]

Understanding the effect of limited precision GPS data on speed distributions

April 29, 2015/0/0/
gps_precision

I've been looking at speed distributions derived from GPS tracking data. When I started to see some strange peaks in the distribution, I investigated to see if they were being caused by the limited precision of my GPS coordinates (My east/west readings were on ~1m precision, but north/south coordinates to only ~11m.) Take a look at this notebook, where I: I [...]

Uncategorized

New Site Format

April 11, 2015/0/0/

I've migrated my blog to this new site, and in the process created a split between my projects, and my blog entries.

Uncategorized

Twitter Analytics

April 10, 2015/0/0/

Twitter AnalyticsA framework to continually harvest, analyse tweets, and visualise twitter data.DescriptionGalleryGitHub Repo Description When? August 2014 Why? General interest in NLP, plus starting a new job where management had expressed an interest in social media analytics. Tools and Techniques Twitter API Python (nltk) MySQL (data modelling, etl procedures) Tableau This project delivers three capabilities. First the ability [...]

Facebook Network Insight

April 9, 2015/0/0/

Ego GraphDemonstrating network analytics and insights with FacebookDescriptionGallery Description When? April 2014 Why? Toy project to demonstrate the use of Gephi, Network Analytics and Sigma.js! Tools and Techniques Gephi Social and Organisational Network Analytics (SNA / ONA) Sigma.js Having spent some time exploring the use of network analysis techniques on various types of graph data at work (in particular communication [...]

Scraping Weather Data

April 8, 2015/0/1/

We recently had a requirement for UK weather data. A little digging around revealed that hourly weather observation data is available, free of charge from the UK met office, via the uk gov open data site. However, this link above only allows one to download one hour of results at a time, which is a [...]

Uncategorized

Sonart on Pi (Part II: The Application)

April 7, 2015/0/0/

Sonart is my project to control Sonos / Spotify directly via a camera and album covers. I got the application up and running last night, and it works a charm. I have just pushed the initial code to github, and you can find it here: https://github.com/willycs40/sonart/tree/master I plan to make some updates to clean up […]

Uncategorized

Sonart on Pi (Part I)

April 3, 2015/0/0/

Sonart is my project to control Sonos / Spotify directly via a camera and album covers. Since building the POC (see my last post above), I wanted to make this a permanent capability for my Sonos set up. I decided to build a 'production' version, on top of Raspberry Pi hardware. This post is about how [...]

Uncategorized

Sonart

March 29, 2015/0/0/

I have Sonos speakers in my flat. In combination with Spotify, this allows me to play just about whatever music I want, in whichever rooms of the flat, simply by opening the Sonos app on my phone and searching for the artist. The biggest challenge is deciding what to listen to. I also have a record [...]

Video

Using the GDAL library to convert spatial coordinates from Northings and Eastings to WGS84

December 29, 2014/0/0/

I have written before about geospatial data types and the open source libraries which can be used to manipulate them. Today, I needed to take some geospatial data which was in a database with northing and easting fields (basically ordinance survey gridpoints), and convert it to a WGS-84 coordinate system (latitude, longitude used by most GPS systems […]

Tips