man_netgully - Giswater/giswater_dbmodel GitHub Wiki
Description:
Inventory table, that stores id and specific data of features with system id NETGULLY.
Fields:
| Column name | Data type | Description |
|---|---|---|
| node_id | character varying(16) | Id of node |
| sander_depth | numeric(12,4) | Depth of sediment box |
| gratecat_id | character varying(18) | Id of node catalog, defined on cat_grate |
| units | smallint | Number of grates |
| groove | boolean | If true, element has groove |
| siphon | boolean | If true, element has siphon |
| gratecat2_id | text | Second id of grate catalog, defined on cat_grate |
| groove_height | double precision | Height of the groove |
| groove_length | double precision | Length of the groove |
| units_placement | character varying(16) | Location of the elements |