How to add a new state - lunawyh/covid19viz GitHub Wiki

Following steps to add new state, then add more codes and make it better:

  1. add brief name the state (for example ST) to the 1st line of

    ../state.txt

  2. run program to generate basic codes

    python coviz.py

  3. Exit by press key ESC

  4. run again

    python coviz.py

  5. 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

  6. run program to test all functions, and press shortcuts keys like F5, F3 or F7 etc.