Tag Archives: database

Using Spatialite to store and represent our GPX data

Background A quick bit of background. As people who read this blog know, we have recorded every journey we make, every day, with a GPS since 2003 (Dan) and 2007 (Sophia). As you can imagine, this practice has evolved technologically … Continue reading

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

Python script to read our moods into an Sqlite database

This script takes a csv file, output from the mood reporting Android app that Peter wrote us and inserts the records into a database #! usr/bin/env python #-*- coding:utf-8 -*- # # Daniel Belasco Rogers 2011 Wed 16 Feb 2011 … Continue reading

Posted in Android, Code, Python | Tagged , | Comments Off on Python script to read our moods into an Sqlite database