plan_arc_x_pavement - Giswater/giswater_dbmodel GitHub Wiki
Description:
Table with percentage definition of pavement cover of arc.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| id | serial | Id | |
| arc_id | character varying(16) | Id of arc | |
| pavcat_id | character varying(16) | Id of catalog of pavements, defined on cat_pavement | Asphalt |
| percent | numeric(3,2) | Percentage of arc covered by pavement. The same arc_id can have several pavements. The percentages must add up to 1 | 0.7 |