-
Notifications
You must be signed in to change notification settings - Fork 11
om_mincut_arc
Edgar Fuste edited this page Nov 2, 2021
·
1 revision
Table that stores information of mincut results related to arcs.
Column name | Data type | Description |
---|---|---|
id | serial | Id |
result_id | integer | Id of related mincut, defined on om_mincut |
arc_id | character varying(16) | Id of arcs involved in the process |
the_geom | geometry(LineString,SRIF) | Geometry of arcs involved in the process |