(Français)
The OpenDRR platform is middleware between hazard or risk modeling environments like OpenQuake and end users who need to understand and evaluate risk to make economic and policy decisions. The end-user interface, launched as RiskProfiler, operates as a web application using standard web browsers in desktop, tablet or hand-held device environments.
Development and execution of hazard and risk assessment models is a separate concern, outside of the OpenDRR system. OpenDRR will receive output from these models as input, using one or more interfaces and interchange formats based on existing standards or on specifications developed by the implementation team if no standards meet requirements.
- Fork a repository by following the GitHub guidelines here: https://docs.github.com/en/get-started/quickstart/fork-a-repo.
- Use the following steps to prepare a pull request:
git fetch upstream
git checkout upstream/master
orgit checkout upstream/main
git checkout -b my-contribution-description
- test your additions
- create a pull request