man_tank - Giswater/giswater_dbmodel GitHub Wiki
Description:
Inventory table, that stores id and specific data of features with system id TANK.
Fields:
Column name | Data type | Description |
---|---|---|
node_id | character varying(16) | Id of node |
vmax | numeric(12,4) | Maximum tank volume |
vutil | numeric(12,4) | Util tank volume |
area | numeric(12,4) | Area of tank |
chlorination | character varying(255) | Tank chlorination |
name | character varying(50) | Name of the installation |
hmax | numeric(12,3) | Maximum tank height |