EWEA web is an Early Warning, Early Action tool that facilitates the dissemination of warnings, communication and actions associated with the warnings.
Information that is shared with the tool can be analyzed in order generate insights for local authorities and communities to better manage disasters and increase resilience to disaster risk. The data is organized in core components as shown below.
Issued Alerts consists of alerts have been sent to stakeholders. These alerts are normally sent with actions to be taken.
View repository.
Actions Taken is a set of visualizations that show activity for actions that have been dispatched with issued alerts
View repository.
Emergency Functions is a collection of all major activities that are expected to take place during emergency management.
View repository.
Action Catalog is a collection of all tasks that can take place when an alert is issued.
View repository.
EWEA Stakeholders contains an up to date database of all stakeholders responsible for emergency/disaster management within a specific area. They are categorized into three groups
- Focal People - Individual personnel who has a responsibility in disaster management.
- Agencies - Organizations that carry out disaster management activities.
- Roles - These are configured functions that a focal person or agency is part of.
View repository.
Alert Types are configured names of all expected events
View repository.
Geographical Features provides an up to date geographical database of all features of interest that can be used to study and control the expected and the actual extent of impact that may be caused in case of an emergency/disaster. It includes administrative boundaries of regions, districts, wards, sub-wards (streets), evacuation centers, facilities, warehouses and critical infrastructures.
View repository.
EWEA dashboards consists of maps used for visualization and analysis of warnings and areas of interest.
View repository.
If you are interested in fixing issues and contributing directly to the code base, please read our contributing guide.
Please also read code of conduct to know what we expect of all project participants.
When you are done, go ahead and install the project.
Clone the project
git clone https://github.com/CodeTanzania/ewea-web.git
Install all required dependencies
npm install
In case of chokidar error
run
npm install -f
npm start
and view it on http://localhost:3000
- Create React App
- Add a web app manifest
- Adaptive icon support in PWA
- Web App Manifest Generator
- awesome-meta-and-manifest
MIT License
Copyright (c) 2019 - present Code Tanzania & Contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.