Skip to content

Unified outputs from RLA and OELF

Cecilia Nievas requested to merge fix/unify_outputs into main

Up to now, the outputs of each RLA and OELF were:

  • RLA: exposure_updated, losses_human
  • OELF: damage_states, losses_economic, losses_human.

After RLA, the damage states and economic losses per building ID were calculated within realtimelosstools.py.

This MR makes the output of RLA be exposure_updated, damage_states, losses_economic, losses_human, thus unifying what comes out of both calculations. RLA still outputs exposure_updated and OELF does not, because OELF does not affect the "real" exposure (i.e. it is a forecast).

Merge request reports