Michele Simionato
Michele Simionato
- [x] make it possible to import vulnerability functions and fragility functions together in scenario_hazard - [ ] add an example for scenario_damage with noDamageLimit = 0 and != 0...
We could also include the engine APi documentation (i.e. https://docs.openquake.org/oq-engine/master/) and the advanced manual (i..e https://docs.openquake.org/oq-engine/advanced/). The WebUI could contains links to such documentation. The big issue is the engine...
The South America model fails: https://gitlab.openquake.org/hazard/mosaic/SAM/-/jobs/16426. The reason is that the engine computes a WKT string for the seismic sources; such string is used in the `oq plot sources` command....
This was requested by @danciul and would be useful for @mjourneay and many others too. The goal is to propagate the epistemic uncertainty in the fragility / vulnerability models to...
Without tags, it should be compatible with the agg_curves generated by event_based_risk calculator. It should also work with insured losses. We must discuss with Paolo and the risk team the...
It seems that there is a lot of duplication with the functionality in hazardlib. We can probably keep backward compatibility with some strategic aliases. There is some duplication in the...
The one reported on the mailing list: https://groups.google.com/d/msg/openquake-users/ztNNFVpgxRs/hczbH7gxAgAJ
The user can do tons of mistakes in the input files. We need to make sure that the engine gives clear error messages in such situations. Cases to consider: **Checks...
Currently it is generated only for master and it is impossible to go back to old versions (unless one looks at github). It should be put in standard places (latest,...
Closes https://github.com/gem/oq-engine/issues/7927. AR edit — Summary of steps: - From hazard curve, get probabilities of exceedance in `investigation_time` - Numerical differentiation to get hazard probabilities of occurrence in `investigation_time` -...