-
Notifications
You must be signed in to change notification settings - Fork 33
plan_psector_x_gully
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Table of relations between gullies and planification sectors.
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | serial | Id | |
| gully_id | character varying(16) | Id of gully included into psector | |
| arc_id | character varying(16) | Id of arc to which new gully is connected | |
| psector_id | integer | Id of psector, defined on plan_psector | |
| state | smallint | State of feature inside psector | |
| doable | boolean | If true, feature value enters into calculation of psector budget | |
| descript | character varying(254) | Description | |
| vnode_geom | geometry(Point,SRID) | Point geometry of vnode, final point of link | |
| link_id | integer | Id of the related link | |
| active | boolean | If true, catalog value is being used | |
| insert_tstamp | timestamp | Date and time of data insert | |
| insert_user | text | User of record insertion |


