# -------------------------------------------------------------------------- # # ** 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: Time WindSpeed WindDir WindGust # #+-----------------+---------+------+-----+---------+-------+ #| Field | Type | Null | Key | Default | Extra | #+-----------------+---------+------+-----+---------+-------+ #| Time | int(11) | NO | PRI | NULL | | #| WindSpeed (m/s) | double | YES | | NULL | | #| WindDir (deg) | double | YES | | NULL | | #| WindGust (m/s) | double | YES | | NULL | | #+-----------------+---------+------+-----+---------+-------+ # # # --------------------------------------------------------------------------