ud_raingage - Giswater/giswater_dbmodel GitHub Wiki
Description:
Specifies external hydrographs and pollutographs that enter the drainage system at specific nodes.
Fields:
| Column name | Data type | Description | Domain values |
|---|---|---|---|
| rg_id | character varying(16) | Id of raingage | |
| form_type | character varying(12) | Form of recorded rainfall, defined on inp_typevalue as inp_value_raingage | [CUMULATIVE, INTENSITY, VOLUME] |
| intvl | character varying(10) | Time interval between gage readings in decimal hours or hours:minutes format | |
| scf | numeric(12,4) | Snow catch deficiency correction factor | |
| rgage_type | character varying(18) | Type of raingage, defined on inp_typevalue as inp_typevalue_raingage | [FILE, TIMESERIES] |
| timser_id | character varying(16) | Id of timeseries, defined on inp_timeseries | |
| fname | character varying(254) | Name of external file with rainfall data | |
| sta | character varying(12) | Name of recording station used in the rain file | |
| units | character varying(3) | Rain depth units used in the rain file | |
| expl_id | integer | Id of an exploitation, defined on exploitation | |
| the_geom | geometry(Point,SRID) | Point geometry of element |