https://github.com/opendrr/opendrr
Parent project for the OpenDRR Platform / Projet parent pour la plate-forme OpenDRR
https://github.com/opendrr/opendrr
government-of-canada natural-resources-canada
Last synced: 4 months ago
JSON representation
Parent project for the OpenDRR Platform / Projet parent pour la plate-forme OpenDRR
- Host: GitHub
- URL: https://github.com/opendrr/opendrr
- Owner: OpenDRR
- Created: 2020-01-10T22:18:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-01T04:14:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T01:38:25.383Z (over 1 year ago)
- Topics: government-of-canada, natural-resources-canada
- Homepage:
- Size: 4.68 MB
- Stars: 7
- Watchers: 8
- Forks: 2
- Open Issues: 77
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
([Français](LISEZMOI.md))
# Parent repository for the Open Disaster Risk Reduction Platform
The OpenDRR platform is middleware between hazard or risk modeling environments like [OpenQuake](https://www.globalquakemodel.org/openquake) and end users who need to understand and evaluate risk to make economic and policy decisions. The end-user interface, launched as [RiskProfiler](https://www.riskprofiler.ca/), 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.
## Download data
* https://opendrr.github.io/downloads/en/
## Key repositories
* [RiskProfiler](https://github.com/OpenDRR/riskprofiler)
* [Model Factory](https://github.com/OpenDRR/model-factory)
* [Data Store](https://github.com/OpenDRR/opendrr-data-store)
* [OpenDRR API](https://github.com/OpenDRR/opendrr-api)
* [Documentation](https://github.com/OpenDRR/documentation)
## Progress tracking
* [Sprints](https://github.com/OpenDRR/opendrr-platform/wiki)
## Documentation
* [Documentation](https://github.com/OpenDRR/documentation)
## Contributing
1. Fork a repository by following the GitHub guidelines here: .
2. Use the following steps to prepare a pull request:
- `git fetch upstream`
- `git checkout upstream/master` or `git checkout upstream/main`
- `git checkout -b my-contribution-description`
- test your additions
- create a pull request