Separate the sets of tables for the different use cases
In the current version, all tables are generated at once. However, several different use cases can be separated:
- Storage of exposure data only
- Storage of exposure and damage data
- Storage of auxiliary data for exposure model generation
- Temporary storage of data needed in the preprocessor
Consequently, the database initialization should be modular so that the user can decide which use case should be addressed and create the respective table only.
Edited by Danijel Schorlemmer