Skip to content

Instantly share code, notes, and snippets.

Open Data und Selbstorganisation : von den Public Space Invaders zur Berliner Gartenkarte

Schlagworte

Aktionsforschung
Selbstorganisation
Open Everything
Linked Geodata
Datenvisualisierung
Public Space Invaders

@almereyda
almereyda / 20131030__gartenkarte__cartocon2014__abstract.md
Last active December 27, 2015 00:59
Berliner Gartenkarte - a collective mapping initiative : abstract

"This is science. It just doesn't look like it."

Bernd Hilberer, Cartograph at Free University Berlin, September 28th 2013, at Allmende-Kontor community garden.

Berlin is known for its historically unique free spaces (Freiräume). Due to the morphogenesis of urban space after the Fall of the Wall, the city was scattered with temporary uses and squats. Despite people are constantly demanding their Rights to the City until nowadays, this development is in decline.

As an attempt to continue public participation in shaping (in the sense of gestalten) urban life worlds (Lebenswelten), activists are eager to create, maintain and publicise urban gardening initiatives. The Berliner Gartenkarte is a collective mapping initiative, formed by local students and researchers in collaboration with the urban agriculture community, that intends to visualize the gardens' spatial distribution.

@almereyda
almereyda / 20131027_relatio_protokoll.md
Last active December 26, 2015 20:09
relationautisches fotogucken - 27.10.2013 - casa hermana

relationautisches fotogucken

27.10.2013 - casa hermana

anwesende

basti, elene, sarah, jan, bine, flo, martin, svenja, chrischan, alex, jenny, jon, ...

TOP 3 : topliste

gist.io

does work. just keep the umlauts out of the filename.

gist.io

does not load any file that carries an umlaut in its name.

@almereyda
almereyda / spreeacker_klausur.md
Created August 7, 2013 19:47
Spreeacker Klausur

Spreeacker Klausur

Raumzeitkoordinaten

Freitag, 2. August 2013, 14 - 18 Uhr, Prinzessinnengärten

Anwesende

Mareen, Claudia, Lina 1, Iris, Julia, Elena, Lina 2, Michael, Andreas, Jon

@almereyda
almereyda / get_gaka.sh
Created September 5, 2012 22:16
Get & Merge WMS Tiles into one Image
#! /bin/bash
if [ $# -lt 5 ]; then
echo "Usage: zoom topleft_x topleft_y bottomright_x bottomright_y"
exit
fi
#echo -n "Herunterladen der watercolor tiles für die gaka, zoomstufe: "
ZOOM=$1
#read -e ZOOM