The purpose of this application is to visualize the COVID-19 RCCE (Risk Communication and Community Engagement) responses in different regions of the Philippines.
This application shows the number of projects started during the time period of the dataset, communication channels used to communicate the said RCCE, and information gaps present.
- pandas
- plotly.tools
- shapely.geometry (Point)
- plotly.express (version 4.7.0 or higher)
- plotly.graph_objects
- dash (dcc, html, Input, Output) (pip install dash (version 2.0.0 or higher))
- dash_bootstrap_components
- io
- base64
Before running, download all the files and make sure that everything is in the same folder.
Using Visual Studio Code, you may run the code itself through this application.
Or, you may follow these steps to run the program:
- Open Anaconda Prompt and type the following:
conda env list
conda activate [input the name of your environment with all the packages]
cd [input file path]
python GRP1_RCCE.py
Jamias, Gillian Nicole
Reyes, Anton Gabriel
Villalon, Marife
Inspiration, code snippets, etc.