1.5.4
Improves SWMM views :
- Add states in the view and solve several errors and bug.
- Only primary network is exported
- Most objects have a state attribute: "planned" or "current". This state allows the user to create two types of export "planned" or "current".
- Blind connections are exported (primary reach connected without a manhole)
Improves Postgres roles creation :
- role creation - one shot cluster initialization jobs
- permissions - that need to be granted once per database
Descriptions of the files
File | Description |
---|---|
qgep_1.5.4_structure.sql | Contains the structure of tables and system schema content |
qgep_1.5.4_structure_with_value_lists.sql | Contains the structure of tables, system schema data and value lists data |
qgep_1.5.4_demo_data.backup | Data-only backup of the qgep_od schema (i.e. ordinary data) from demonstration set of data |
qgep_1.5.4_structure_and_demo_data.backup | Complete backup with structure and data of the demonstration set of data |
- If you plan to use QGEP for production, it is more likely you will be using the plain SQL
qgep_1.5.4_structure_with_value_lists.sql
. - If you want to give a try at QGEP, you will likely restore the
qgep_1.5.4_structure_and_demo_data.backup
backup file.