om_mincut_node - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table that stores information of mincut results related to nodes.
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 nodes involved in the process |
the_geom | geometry(Point,SRID) | Geometry of nodes involved in the process |
node_type | character varying(30) | Type of node |