meiwentiya / 2019-wuhan-coronavirus-data

2019 Wuhan Coronavirus data (2019-nCoV)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2019 Wuhan Coronavirus data (2019-nCoV)

This public repository archives data over time from various public sources on the web.

Data is presented as timestamped CSV files, for maximum compatibility.

It is hoped that this data will be useful to those producing visualizations or analyses.

Code is included.

Sample animation

Shown here in GIF format. There is a better (smaller/higher resolution) webm format also generated.

image

Sample visualization

image

image

Generates static SVGs.

Source images were this one and this one.

Generating

China

For a China map, the following command sequence will grab data from DXY and render it.

./build china

You now have timestamped JSON, CSV and SVG files in the data-sources/dxy/data/ subdirectory.

World

For a world map, the process is similar.

./build world

You now have timestamped CSV and SVG files in data-sources/bno/data.

Software Dependencies

Probably an incomplete list:

  • bash
  • perl
  • php
  • imagemagick
  • ffmpeg
  • wget

Sources used

Includes detail on foreign sources, individual provincial update URLs. Updated once per day or so.

High level information without specific source URLs. However, this is updated frequently and appears to be the best available data.

TODO

Links of note

Other projects

About

2019 Wuhan Coronavirus data (2019-nCoV)

License:GNU General Public License v3.0


Languages

Language:PHP 83.0%Language:Perl 12.0%Language:Shell 5.0%