Skip to content

Files

Latest commit

5be75da · Jul 10, 2022

History

History
51 lines (32 loc) · 1.41 KB

File metadata and controls

51 lines (32 loc) · 1.41 KB

RCCE and Communication in the Philippines

The purpose of this application is to visualize the COVID-19 RCCE (Risk Communication and Community Engagement) responses in different regions of the Philippines.

Description

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.

Getting Started

Dependencies

  • 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

Executing program

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

Authors

Jamias, Gillian Nicole

Reyes, Anton Gabriel

Villalon, Marife

Acknowledgments

Inspiration, code snippets, etc.