-
Notifications
You must be signed in to change notification settings - Fork 11
ud_rpt_inp_arc
advase edited this page Sep 27, 2022
·
12 revisions
Column name | Data type | Description | Example |
---|---|---|---|
id | serial4 | Id | |
result_id | varchar(30) | Id result | |
arc_id | varchar(16) | Arc Id | |
node_1 | varchar(16) | Id of arc's initial node | |
node_2 | varchar(16) | Id of arc's final node | |
elevmax1 | numeric(12, 3) | ||
elevmax2 | numeric(12, 3) | ||
arc_type | varchar(30) | Type of arc | |
arccat_id | varchar(30) | Id of arc catalog | |
epa_type | varchar(16) | ||
sector_id | int4 | Id of a hydraulic sector | |
state | int2 | Main state of element | |
state_type | int2 | ||
annotation | varchar(254) | ||
length | numeric(12, 3) | Length of arc | |
n | numeric(12, 3) | ||
the_geom | public.geometry(linestring, 25831) | Line geometry of element | |
expl_id | int4 | Id of an exploitation | |
minorloss | numeric(12, 6) | Lower loss coefficient associated with curves, direction changes, etc. | |
addparam | text | ||
arcparent | varchar(16) | ||
q0 | float8 | ||
qmax | float8 | ||
barrels | int4 | ||
slope | float8 | ||
culvert | varchar(10) | ||
kentry | numeric(12, 4) | ||
kexit | numeric(12, 4) | ||
kavg | numeric(12, 4) | ||
flap | varchar(3) | ||
seepage | numeric(12, 4) | ||
age | int4 | ||
culvert | character varying(10) | ||
flw_code | isUtils | ||
dma_id | integer | Id of DMA |