-
Notifications
You must be signed in to change notification settings - Fork 33
ud_man_manhole
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Inventory table, that stores id and specific data of features with system id MANHOLE.
| Column name | Data type | Description |
|---|---|---|
| node_id | character varying(16) | Id of node |
| length | numeric(12,3) | Length of the element |
| width | numeric(12,3) | Width of the element |
| sander_depth | numeric(12,3) | Depth of sediment box |
| prot_surface | boolean | If true, element is protection against erosion |
| inlet | boolean | If true, element is an inlet |
| bottom_channel | boolean | If true, element has an inferior channel |
| accessibility | character varying(16) | Accessibility |
| step_pp | integer | Number of polypropylene steps |
| step_fe | integer | Number of iron steps |
| step_replace | integer | To indicate if there are steps to be replaced |
| cover | text | Indicates the state of preservation of the cover |


