-
Notifications
You must be signed in to change notification settings - Fork 11
inp_coverage
advase edited this page Sep 8, 2022
·
1 revision
Specifies the percentage of a subcatchment’s area that is covered by each category of land use
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 |