This is a prototype implementation of an information life-cycle management solution, based on a relational spatio-temporal database model. Two fictious application scenarios focusing on the modelling of residential building stocks and their changes during different phases of the disaster risk management cycle are provided to show the capabilities of the solution in the context of disaster risk management.
Wieland, M., Pittore M. A spatio-temporal building exposure database and information life-cycle management solution. International Journal of Geo-Information, under review.
PostgreSQL 9.2 or higher PostGIS 2.0 or higher
$ createdb sensum_db -h localhost -U postgres
$ psql -h localhost -U postgres -d sensum_db -f main_db.sql;
$ psql -h localhost -U postgres -d sensum_db -f add_temporal_support.sql;
$ psql -h localhost -U postgres -d sensum_db -f add_resolution_support.sql;
$ psql -h localhost -U postgres -d sensum_db -f add_taxonomies.sql;
$ psql -h localhost -U postgres -d sensum_db -f scenario_2_data.sql;
$ psql -h localhost -U postgres -d sensum_db -f scenario_2.sql;
scenario_2_queries.sql
More example queries can be found in example_queries.sql
This research has been supported by the SENSUM project (Grant Agreement Number 312972).