QGIS plugin to drive the OpenQuake Engine, to develop Social Vulnerability and Integrated Risk composite indices, and to predict building recovery times following an earthquake
[x] from the c++ version it is impossible to retrieve the list of predicates and summaries, so we are forced to hardcode them
[x] we can not subclass the SpatialJoinSummary class to obtain our SpatialJoinSummaryStyle class that styles the output after completing the execution of the algorithm (we need to perform the same postprocessing after running the c++ algorithm
The algorithm was recently ported to c++ (see https://github.com/qgis/QGIS/pull/54783/files). This creates 2 problems to fix our side: