Quick StartΒΆ
from pybuoy import Buoy
buoy = Buoy()
With the buoy instance you can then interact with NDBC:
Get realtime meteorological data for buoy by station_id.
Get realtime wave summary data for buoy by station_id.
from pybuoy import Buoy
buoy = Buoy()
With the buoy instance you can then interact with NDBC:
Get realtime meteorological data for buoy by station_id.
Get realtime wave summary data for buoy by station_id.