Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pybuoy 0.5.10 documentation
pybuoy 0.5.10 documentation

Getting Started

  • Quick Start
  • Installation

Code Overview

  • Buoy Instance
    • pybuoy.observation.observation_datum
    • pybuoy.observation
    • pybuoy.observation.observations
  • Exceptions

Tutorials

  • Active Buoys
  • Forecast
  • Realtime Buoy Data

Package Info

  • Change Log
  • Contributing to pybuoy
  • References
  • Index
Back to top
View this page

Quick StartΒΆ

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.

Next
Installation
Previous
Home
Copyright © 2026, Kyle J. Burda
Made with Sphinx and @pradyunsg's Furo