project:openletten

This project is less about “data” than the others, and more about “open”. Letten is a place at the Limmat river right behind the ZHdK building (where MakeOpenData is hosted) in Zürich, where lots of people like to swim.

farm5.staticflickr.com_4046_4681369986_55851fd15c_z.jpg

Photo by Yago Veith www.yago1.com used under (CC BY-NC-ND 2.0)

Daily temperature measurements taken at this exact location are readily available on the Web, but they are published in a hard to parse PDF document oriented towards “scientific” readers. This projects shows what is necessary to make use of the same data to answer the simple question “Should I go swimming today”. Different visualizations are shown as a proof of concept. Finally a mashup connects the temperature to an LED to get a basic, physical “ambient notification”.

The aim of OpenLetten is to show how hard it is to parse data if the publisher choses to only support the human readable data format (here PDF ), and how easy it becomes to build novel visualisations and mashups once the data is also published in an open, machine readable data format (e.g. CSV or RSS ).

First, the PDF data is parsed by HwPdfToPachube.exe, a rather complex C# program given the simple task of extracting the current temperature. IT took me 4 hours to write it. The data is then published to Pachube, a sensor platform based on open data formats. There might of course be other such platforms that could be used.

farm7.static.flickr.com_6170_6200337120_35d40a5a74.jpg

farm7.static.flickr.com_6165_6200379922_72b94177dd.jpg

Once the data is available in an open format it's quite easy to consume and display it in a way that suits the consumer rather than the publisher of the data (the visualizations below contain about 3 lines of code to get the data, compared to the 4 hours above). While the original PDF contains a lot more information, the current temperature is what's most interesting if you're about to decide if you should go for a swim. There is no way for the government to cater to such needs as they might be very special or of concern to a small minority only. Data in an open format empowers such groups to take action themselves and use the data they paid for with tax money in a way that serves them well.

farm7.static.flickr.com_6172_6199785693_6d405e0e9b.jpg

  • http://try.yaler.net/~arduino/led (Arduino LED with a REST interface, LED color set by HTTP PUT request from LettenLedMashup.exe, sorry for the ads, 504 if offline)

UPDATE, 29.03.2014

Here's a picture of an OpenLetten widget developed during the Samsung Smart TV Hackathon 2014.

farm8.staticflickr.com_7426_13486537313_f17c997812.jpg

  • project/openletten.txt
  • Last modified: 2017/09/22 18:37
  • by tamberg