This repository contains directories jupyter-notebooks. They are intended to demonstrate some data sets produced in open data projects by Forum Virium Helsinki.
Note that this is still very experimental way for us to share data.
Clone this repository locally.
Create new virtualenv in a way that you know, e.g. with virtualenv
command:
virtualenv -p ~/.pyenv/versions/3.7.4/bin/python3.7 venv
Activate virtualenv:
source venv/bin/activate
Install all required packages (jupyter-notebook, pandas etc):
pip install -r requirements.txt
Data from SDS011 PM2.5/PM10 sensors, mostly in Jätkäsaari area (Helsinki).
Open AQBurk/AQBurk-sample.ipynb in your jupyter-notebook.
TODO: add metadata of sensors (location etc.)
TODO