Skip to content

This is a tool that allows users to make observations and analyze the possible causes of dengue outbreak

License

Notifications You must be signed in to change notification settings

kakarukeys/dengue-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dengue-viz

This project creates a visualization that allows users to make observations and analyze the possible causes of dengue outbreak.

Backend

Create a python virtual environment and install the dependencies in backend/requirements.txt

raw html data -> cluster data

cd backend
python data_parsing_script.py -i data20150114.html -o cluster_data.json

property projects data -> marker data

python property_data_parsing.py -i "Properties*.htm" -o marker_data.json

Webapp

Copy the json files generated into webapp/ and open webapp/index.html

Deployment

You need to prepare a settings file: deployment_settings.json containing the following keys:

  • host_string
  • base_dir
  • link_dir

Then run the following commands:

cd backend/
fab deploy

About

This is a tool that allows users to make observations and analyze the possible causes of dengue outbreak

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published