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.

DOCUMENTATION.


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

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.

Examples

In addition to this documentation, we also provide standalone jupyter notebooks. You can see them rendered on github:

  • North Carolina Stations: Find all buoys near North Carolina, list all available data, and pull data for a specific buoy.
  • Historical Data: Get all historical data for the South Hatteras buoy going back to 1973.

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.1.tar.gz (47.2 kB view details)

Uploaded Source

Built Distribution

seebuoy-0.2.1-py3-none-any.whl (51.4 kB view details)

Uploaded Python 3

File details

Details for the file seebuoy-0.2.1.tar.gz.

File metadata

  • Download URL: seebuoy-0.2.1.tar.gz
  • Upload date:
  • Size: 47.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.8.15 Linux/5.15.0-1024-azure

File hashes

Hashes for seebuoy-0.2.1.tar.gz
Algorithm Hash digest
SHA256 b20ee437c862e6cc811ae5858b53081b79a8872365f7d210a5fe32860fb167c6
MD5 84fa5222b5e9cda74923651f9f2ceee2
BLAKE2b-256 7a4fdfd409827d61db5d54fa8cf7f24e7ee566ae0eae1e3205a3df45b5d198cd

See more details on using hashes here.

File details

Details for the file seebuoy-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: seebuoy-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 51.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.1 CPython/3.8.15 Linux/5.15.0-1024-azure

File hashes

Hashes for seebuoy-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 239a2d4e8c10c2e8063068cb308859be497fc054aa9ec03b6dcedf79806bba3d
MD5 f47f19532174fb29efbe467eba1b993c
BLAKE2b-256 774524cdbdc1073f3d2413c4e2115ebd617d0cf0bf5ce78025d0b89b18ba8e4d

See more details on using hashes here.

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