berliner-winter/README.md
2014-12-10 23:56:27 +01:00

11 lines
No EOL
611 B
Markdown

# What is this?
A visualization of hate crime in Berlin, starting 2005.
The data is kindly provided by [ReachOut - Opferberatung und Bildung gegen Rechtsextremismus, Rassismus und Antisemitismus](http://www.reachoutberlin.de).
It is scraped regularly from their webpage and visualized and analyzed by software written by [Joshua Widmann](https://github.com/jshwdmnn) and [Arne Schlüter](https://github.com/aesthaddicts).
## How do I start?
In order to set up the tables you have to create them first. This is done quite easily using the `python` interpreter:
```python
from models import *
create_tables()
```