iRhonin / golem-covid

Using Golem.Network to visualize Covid-19 data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Result

alt text

How it works

This program get a parameter from data/owid-covid-data.csv file (like new_cases_per_million) and plot every day data on the world map. After all images generated (in outputs), it will gather them and create a gif.

Usage

python run.py --workers 4 --parameter new_deaths_per_million --start 2020-08-01 --end 2020-08-29

Data

Commnads

  1. docker build -t covid:v1 .

  2. mkvirtualenv golem-covid

  3. pip install gvmkit-build

  4. gvmkit-build covid:v1

  5. gvmkit-build covid:v1 --push

  6. yagna service run

  7. yagna payment init -r

  8. yagna app-key create requestor

  9. export YAGNA_APPKEY=

  10. pip install yapapi

  11. pip install -r requirements.txt

  12. python run.py --workers 4 --parameter new_deaths_per_million

About

Using Golem.Network to visualize Covid-19 data


Languages

Language:Python 91.8%Language:Dockerfile 6.1%Language:Shell 2.1%