gem / oq-engine

OpenQuake Engine: a software for Seismic Hazard and Risk Analysis
https://github.com/gem/oq-engine/#openquake-engine
GNU Affero General Public License v3.0
377 stars 273 forks source link

Add the possibility for user to specify the disaggregation bins #8156

Closed mmpagani closed 1 year ago

mmpagani commented 1 year ago

In the current disaggregation analysis, the user specifies the number of intervals or the bin width of the quantities used in a disaggregation. When the user wants to aggregate the results of different analyses, this option is unideal and it's more convenient to specify a priory the disaggregation matrix. A second use case is when the user prefers unevenly binning the disaggregation matrix.

Here are links to the code defining the bin edges:

mmpagani commented 1 year ago

See https://github.com/gem/oq-engine/pull/8158