Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

om_mincut_node

advase edited this page Oct 26, 2022 · 2 revisions

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

Clone this wiki locally