# -------------------------------------------------------------------------- # # ** STATION INFORMATION # # Name: Bellingham Bay Buoy? # Location: Bellingham Bay # Latitude: 48.7209 deg # Longitude: -122.57275 deg # # # -------------------------------------------------------------------------- # # ** REAL-TIME DATA DICTIONARY # # All time stamps are in UTC Time # # Values for nonexistant data are null (reads as in table) # # - Columns: ISO8601 Date and Time (UTC) pHint pHext # #+-------+---------+------+-----+---------+-------+ #| Field | Type | Null | Key | Default | Extra | #+-------+---------+------+-----+---------+-------+ #| Time | int(11) | NO | PRI | NULL | | #| pHint | double | YES | | NULL | | #| pHexi | double | YES | | NULL | | #+-------+---------+------+-----+---------+-------+ # # # --------------------------------------------------------------------------