LocationID to HUCID cross-reference table.
| Field Name | Field Description | Data Type | Field Size* | HUCID | The USGS hydrologic unit code. Cross reference to HUC table. | varchar | 8 | LocationID | Unique identifier categorizing a line, point or polygon in either 1:100,000 or 1:24,000 scale GIS coverage. | varchar | 13 | BegFt | Beginning foot of this reach that falls within this particular HUC. | int | 4 | EndFt | Ending foot of reach that falls within this HUC. | int | 4 | Qcount | No longer used internally as count of HUCs associated with this LocationID. | tinyint | 1 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.