GFDRR / rdl-data

Challenge Fund Database combining Hazard, Exposure, Loss and Vulnerability schema into a single database
GNU Affero General Public License v3.0
1 stars 2 forks source link

Hazard - store stochastic event set #9

Closed stufraser1 closed 3 years ago

stufraser1 commented 3 years ago

Extend function of hazard schema to include storage of stochastic event set tables

matamadio commented 3 years ago

Well the schema has the option for probabilistic, and we can store multiple footprint sets for each event stochastic realisation. Or I didn't understand what you mean.

stufraser1 commented 3 years ago

This is not about storing the footprint for each event in an event set but the table of events. E.g. event ID, frequency. But it true, if we wanted to store the losses, it is covered in proposed change to loss schema (#10), and if we want to store event information beyond ID and frequency (to be useful) it should be stored in footprint set. Closing