-
Notifications
You must be signed in to change notification settings - Fork 11
om_mincut_node
advase edited this page Oct 26, 2022
·
2 revisions
Table that stores information of mincut results related to nodes.
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 |