Michele Simionato
Michele Simionato
Also, I could document how to write signature-changing decorators with it. Can go in a future release.
# Reinsurance calculations in OpenQuake ## Introduction This issue introduces modifications and improvements to the OpenQuake calculators for incorporating reinsurance loss estimation for traditional non-life reinsurance contracts. For this implementation,...
And make them regular loss types. On the other hand, making occupants completely different from loss types would work too, the issue is that now they are nearly loss types...
See the related comment in https://github.com/gem/oq-engine/pull/7870
`riskinput.asset.Exposure.read(fnames, asset_nodes=True)` does not return asset nodes anymore, thus breaking @pslh importer. We need to add a test. PS: here is how Exposure.read is used: https://github.com/gem/ged4all/blob/master/python/import_exposure_nrml.py
The script in oq-risk-tests by @raoanirudh does not work with engine 3.12+ for several reasons (changed sap, changed the datastore, moved modules around). A good idea would be to integrate...
This should have been implemented 10 years ago, but better late than never. The idea is to make the engine able to run sets of calculations with different values of...
In particular, it must be able to convert a source model from .gpkg format to .nrml format (except for nonparametric sources). This is difficult in general (one must take into...
# ([current pdf](https://ci.openquake.org/job/builders/job/pdf-builder/lastSuccessfulBuild/artifact/oq-engine/doc/manual/oq-manual.pdf)) ## Hazard - [x] Fix [duplicate listings](https://groups.google.com/d/msg/openquake-users/2Jjp3tSKaaY/QQqZHAHMAAAJ): listing 3 (simple fault, pg 28) and listing 4 (directivity, pg 29) - [x] Document the csv outputs for: -...
Our Canadian friends wants to run risk calculations on Vancouver and want to know how many sample should they take from the 21,000+ realizations of the full model. This is...