Skip to main content

Remote data access for oceanographic data.

Project description

seebuoy

Easily access real time and historical data from the National Data Buoy Center.


seebuoy provides an easy to use python interface to the National Data Buoy Center. Easily access realtime data, historical data, and metadata about the buoys.

Quick Start

from seebuoy import NDBC

ndbc = NDBC()

# Information on NDBC's ~1800 buoys and gliders
df_buoys = ndbc.stations()

# list all available data for all buoys
df_data = ndbc.available_data()

# get all data for a buoy
station_id = "41037"
df_buoy = ndbc.get_station(station_id)

See the documentation for more detailed description.

Installation

pip install seebuoy

Other Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

seebuoy-0.2.0.tar.gz (46.7 kB view hashes)

Uploaded Source

Built Distribution

seebuoy-0.2.0-py3-none-any.whl (51.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page