ws_rpt_node - Giswater/giswater_dbmodel GitHub Wiki
Description:
Result of EPANET modeling process.
Fields:
Column name | Data type | Description |
---|---|---|
id | serial | Id |
result_id | character varying(30) | Id of a model result |
node_id | character varying(16) | Id of node |
elevation | numeric(12, 3) | Elevation of the node |
demand | float8 | Demand value assigned to node |
head | numeric | Value of head |
press | numeric | Value of pressure |
other | character varying(100) | Other |
"time" | character varying(100) | Simulation time |
quality | numeric(12,4) | Value of quality |