https://github.com/jplusplus/nost-10years
https://github.com/jplusplus/nost-10years
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jplusplus/nost-10years
- Owner: jplusplus
- Created: 2014-01-30T10:08:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T09:42:48.000Z (about 12 years ago)
- Last Synced: 2024-04-14T04:55:28.358Z (about 2 years ago)
- Language: Python
- Size: 2.33 MB
- Stars: 2
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
n-ost : Map for the 10th anniversary of the EU-enlargement
==========================================================
Berlin, January 2014
## The project
[http://jplusplus.github.io/nost-10years/](http://jplusplus.github.io/nost-10years/)
published on [http://www.ostpol.de/europakarte](http://www.ostpol.de/europakarte)
### Features
* Read projects from csv files
* Visualize them on a map (choropleth or symbols map)
* Handles multiple data series
* Settings file to custom how projects are shown ([settings.coffee](assets/coffee/settings.coffee))
* Custom zoom and scale for project
* Deep linking

### Licence
(c) n-ost 2014
## Installation
### Dependances
$ sudo apt-get install build-essential python-pip python-dev
and install virtualenv
$ sudo pip install virtualenv
### Setup a virtualenv and download dependances
$ make install
### Run the server
$ make run
#### No Python dependances
* [CoffeeScript](http://coffeescript.org/)
### Launch
```
$ make run
```