Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/das-labor/luftdaten-py

Luftdaten.info evaluation and science project
https://github.com/das-labor/luftdaten-py

Last synced: about 2 months ago
JSON representation

Luftdaten.info evaluation and science project

Awesome Lists containing this project

README

        

### Prerequisites

- Setup a virtual environment folder `env` with virtualenv
`virtualenv -p python3 env`
- Source the virtual environment via:
`source env/bin/activate`
- Install the required packages via `pip`
`pip install -r requirements.txt`
- If you want to speed up the processing by ~50%, install pypy3 and make sure its on the PATH.

### Run dvc pipeline

Running
```
dvc repro evaluation/sensor_data_dortmund.dvc
```
will create `data/sensor_2019-12_dortmund.csv`.