Category Archives: GPS

Walk with Martin in Adlershof

Yesterday, 5 May, Martin and I met at Treptower Park at 14:00, took the S-Bahn to Adlershof and walked through that interesting landscape, destined to be Berlin’s science park which, thanks to economic meltdown and lack of investment, went off … Continue reading

Posted in Diary, GPS, Walking | Tagged , , | Comments Off on Walk with Martin in Adlershof

Python script that reads GPS log files and sends values via OSC

This is the companion post to the one below, (Python script that sends live GPS values over OSC). It is for people who don’t have a GPS to attach but want to experiment with the kind of values you get … Continue reading

Posted in Code, GPS, Linux, Python, Software | Comments Off on Python script that reads GPS log files and sends values via OSC

Python script that sends live GPS values over OSC

After meeting André Wakko at the fantastically bonkers workshop Insecure Territories with Bengt Sjolén, Martin Howse and Brendan Howell, I noticed that he was sonorizing wi-fi traffic and I cheekily introduced him to my GPS project for making some kind … Continue reading

Posted in Code, GPS, Linux, Python, Ubuntu | Comments Off on Python script that sends live GPS values over OSC

Compile New GPSBabel from source

A new version of GPSBabel – version 1.4.2 came out but it’s not yet in the Ubuntu repositories and there are no binaries on the GPSBabel site. I’m here to tell you that installing from the source worked pretty painlessly … Continue reading

Posted in Bash scripting, Code, Diary, GPS, Linux, Software, Ubuntu | Tagged , | Comments Off on Compile New GPSBabel from source

A Python script to get a list of placenames from latitude and longitude

Here’s a handy adaptation from Nicolas Laurance’s geoname.py script which takes a lat long and returns a list of place names and their code derived from the geonames database. #!/usr/bin/env python #-*- coding:utf-8 -*- # based on geoname.py by Nicolas … Continue reading

Posted in Code, GPS, Linux, Python, Software | Tagged , , | 1 Comment