ClimateFrame is a framework that allows you to frame data by defining specific actions that are executed when certain events occur within real time data.
Providing a framework that allows regional experts to communicate their knowledge with local communities.
A concise summary of the aims of a project.
Currently local experts have no framework that helps them and allows them to automatically issue warnings or inform communities based on current data
- Bridging the gap between fragmented datasets and local communities
- Combining datasets and knowledge of local experts
- Providing a common interface for building a message system based on customized datasets
- A local expert wants to help vulnerable clients
- The local expert uses our framework and selects the datasets he/she wants to use
- The local expert knows the vulnerable clients and this specifies messages that will be sent as text messages or ASCII art symbols to the vulnerable clients when certain events in the realtime data occur
- Since the expert knows the local clients he/she gets them to sign up to the service
- Local experts to feel involved and enthusiastic.
- We want governments to see our tool as a chance.
- We want to be the go to place for content providers who are looking for a platform to share info
- We want to enable direct stakeholders to share information with communities.
- meterologists
- media
- news agencies
- data providers
- vulnerable communities
- key people who want to help communities with data
- meterologists
- media
- news agencies
- governments
- Involving key people share that aim to help communities
- Monetizing or making this sustainable
- For key people to reach the communities
- Finding a common and easily usable interface
- Language barriers
virtualenv venv
source venv/bin/activate
sudo pip install -r server/requirements.txt
Install mongoDB
According to the mongoDB installation instructions for linux, mac and window.
brew install mongodb
mkdir -p /data/db
$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
$ echo echo "deb http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-3.2.list
$ sudo apt-get update
$ sudo apt-get install mongodb-org
python server.py
- Rashiq
- Everyone else
- Using Python Flask
- Get forecast data
- Create triggers
- Create actions
- Create recipes that consists of triggers and actions
- Save recipes (To a json file or mongodb)
- Run scheduled jobs on the recipes that runs every hour
- Integrate Twilio to be able to send messages