Geocoding Twitter users – The #SwissGIS map

Recently, I’ve been experimenting with some Twitter-oriented hacks together with my friend Tom. A very preliminary result of these activities is what I call the #SwissGIS map. Some, just a little, history: Over the last few years, I have been collecting Switzerland-based Twitter users that talk about topics around GIS, cartography, webmapping and geomatics on a list called SwissGIS. Find … Continue reading Geocoding Twitter users – The #SwissGIS map

Intro to Processing

(This post is based on an earlier post in another blog in German)

For quite some time I’ve been following the news about Processing. Processing is an open-source environment for creating visualizations programmatically. The project was initiated by Casey Reas and Benjamin Fry in the Media Lab of the MIT.

Processing encompasses both the Java-based Processing programming language and an Integrated Development Environment, IDE, in which to write code. Processing enables users to generate rather complex graphics and animations (also with interactivity). Considerably fewer code is needed to implement something in Processing rather than in Java itself.
According to the website some of Processing’s feature highlights are: Continue reading “Intro to Processing”