presszone - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog and configuration of pressure zones. Only available on WS project.
Fields:
Column name | Data type | Description | Example |
---|---|---|---|
presszone_id | character varying(30) | Id | 1 |
name | text | Name of the zone | pzone1-1s |
expl_id | integer | Id of an exploitation, defined on exploitation | 1 |
link | character varying(512) | Link | |
the_geom | geometry(MultiPolygon,SRID) | Multi polygon geometry of zone | |
graphconfig | json | Definition of a zone header (nodeParent) and a direction of a flow(toArc). Necessary in order to perform dynamic zonification process | {"use":[{"nodeParent":"10280", "toArc":[2092]}], "ignore":[]} |
stylesheet | json | Definition of a style applied on a qgis layer after executing dynamic zonification process | {"color":[251,181,174], "featureColor":"251,181,174"} |
head | numeric(12,2) | Head pressure of the zone | 68.25 |
active | boolean | If true, zone is being used on the system | TRUE |
descript | text | Description |