om_mincut_valve - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table that stores information of mincut results related to valves.
Fields:
| Column name | Data type | Description |
|---|---|---|
| id | serial | Id |
| result_id | integer | Id of related mincut, defined on om_mincut |
| node_id | character varying(16) | Id of valves involved in the process |
| closed | boolean | If true, valve is closed for the process |
| broken | boolean | If true, valve is broken for the process |
| unaccess | boolean | If true, valve is unaccessible for the process |
| proposed | boolean | If true, valve is proposed to be closed as a result of the analysis |
| the_geom | geometry(Point,SRID) | Geometry of valves involved in the process |