-
Notifications
You must be signed in to change notification settings - Fork 11
om_mincut_connec
advase edited this page Oct 26, 2022
·
2 revisions
Table that stores information of mincut results related to connecs.
Column name | Data type | Description |
---|---|---|
id | serial | Id |
result_id | integer | Id of related mincut, defined on om_mincut |
connec_id | character varying(16) | Id of connecs involved in the process |
the_geom | geometry(Point,SRID) | Geometry of connecs involved in the process |
customer_code | character varying(30) | Code of the subscriber, that allows connection with subscriber management application |