- Agency
string indicating the source of the streamflow data, e.g. USGS,
WSC, etc. Cannot be NA, but can be any user-specified string, e.g. "Agency A".
- StationID
string, cannot be NA.
- StnName
string, cannot be NA.
- StateProv
string, State, Province, or Territory. Can be NA.
- Country
string, can be an abbreviation, e.g. USA, CA, or full name.
- Lat
numeric indicating latitude (in decimal degrees) for the gauge location. Can be NA.
- Lon
numeric indicating longitude (in decimal degrees) for the gauge location. Can be NA.
- CatchmentArea_km2
numeric, the total drainage area in square kilometers.
- RHN
TRUE or FALSE indication of whether the station is part of a reference hydrologic network,
representing a catchment that has minimal human impacts. Default is FALSE.
- StationID_Alternate
Optional alternate station ID, default is NA.
- Overwrite
Indication of whether a record in the metadata should be overwritten if a match is found.
Match is based on the Agency AND StationID. Default is FALSE.