How to add a new state - lunawyh/covid19viz GitHub Wiki
Following steps to add new state, then add more codes and make it better:
-
add brief name the state (for example ST) to the 1st line of
../state.txt
-
run program to generate basic codes
python coviz.py
-
Exit by press key ESC
-
run again
python coviz.py
-
Edit the special python file, which is generated automatically to grab data, and then finish parsing updating date and cases data in
./st/dataGrab(state name).py
-
run program to test all functions, and press shortcuts keys like F5, F3 or F7 etc.