inp_coverage - Giswater/giswater_dbmodel GitHub Wiki
Description:
Specifies the percentage of a subcatchment’s area that is covered by each category of land use
Fields:
Column name | Data type | Description |
---|---|---|
subc_id | character varying(16) | Id of subcatchment, defined on inp_subcatchment |
landus_id | character varying(16) | Id of land use, defined on inp_landuses |
percent | numeric(12,4) | Percent of subcatchment area |
hydrology_id | integer | Id of hydrology |