Quick Start =========== .. code-block:: python from pybuoy import Buoy buoy = Buoy() With the ``buoy`` instance you can then interact with NDBC: - `Get all active stations `_. - `Get realtime meteorological data `_ for buoy by station_id. - `Get realtime wave summary data `_ for buoy by station_id.