Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/das-labor/luftdaten-py
- Owner: das-labor
- Created: 2020-02-29T13:48:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:42:34.000Z (about 2 years ago)
- Last Synced: 2024-03-15T00:11:42.589Z (10 months ago)
- Language: TeX
- Size: 33.2 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.