Latest Posts

iCloud: My Thoughts

Apple’s Worldwide Developers Conference is underway and with that comes Steve Jobs famous keynote address and Apple’s lastest tech.  This year saw Jobs announce iOS 5, MacOS Lion, but more importantly Apple’s MobileMe replacement, iCloud. iCloud is Apple’s offering into the cloud computing infrastructure that Google and Amazon have dominated over the past few years.  […]

Continue reading »

Google Research Award – Identifying Learning Benefits of Google Earth Tours in Education

It is always nice to announce good news. Back in February, together with Richard Treves at the University of Southampton, I submitted an application to the Google’s Faculty Research Award program for a grant to investigate Google Earth Tours in education. We were successful in getting a grant worth $86,883 USD.  The project builds on […]

Continue reading »

Weather Underground

I’ve been looking at the Weather Underground API (http://wiki.wunderground.com/index.php/API_-_XML) which gives access to the observation stations and the data they are collecting. The API uses simple commands to query for a list of stations, for example: http://api.wunderground.com/auto/wui/geo/GeoLookupXML/index.xml?query=london,united+kingdom Using C# and .net, this is accomplished as follows: WebRequest request = WebRequest.Create(string.Format(GeoLookupXML, @”london,united+kingdom”)); HttpWebResponse response = (HttpWebResponse)request.GetResponse(); XmlDocument […]

Continue reading »

Some important questions about the usability of geospatial technologies

At the beginning of May, I gave a lecture at the UCL Interaction Centre (UCLIC) seminar titled ‘Interacting with Geospatial Technologies – Overview and Research Challenges’. The talk was somewhat similar to the one that I gave at the BCS Geospatial SIG. However, I was trying to answer a question that I was asked during […]

Continue reading »

Population Geography Research Group (PGRG) dissertation prizes

PGRG DISSERTATION PRIZES 2011 “Joanna Stillwell Undergraduate Dissertation Prize” This prize is named in memory of the daughter of Professor John Stillwell of the University of Leeds. Joanna, who was a geography graduate from the University of Sheffield, died in 2004.  The Population Geography Research Group has set up three prizes (£100 for first prize; […]

Continue reading »

OpenStreetMap and Ordnance Survey Meridian 2 comparison – 2008 – 2011

In March 2008, I started comparing OpenStreetMap in England to the Ordnance Survey Meridian 2, as a way to evaluate the completeness of OpenStreetMap coverage. The rational behind the comparison is that Meridian 2 represents a generalised geographic dataset that is widely use in national scale spatial analysis. At the time that the study started, […]

Continue reading »

Open data workshop – University of Nottingham

## Open Government: Open Data,  Open Source and Open Standards [http://punkish.org/opengov/index.html] You are invited to attend a workshop titled [Open Government: Open Data, Open Source and Open Standards][og] organized jointly by [Dr. Hanif Rahemtulla][hr], Horizon Digital Economy Research and [Puneet Kishor][pk], Creative Commons. The workshop will be held in conjunction with the annual [Open Source […]

Continue reading »
1 155 156 157 158 159 173