Remote data access for oceanographic data.
Project description
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 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.2.tar.gz
(47.2 kB
view details)
Built Distribution
seebuoy-0.2.2-py3-none-any.whl
(51.4 kB
view details)
File details
Details for the file seebuoy-0.2.2.tar.gz
.
File metadata
- Download URL: seebuoy-0.2.2.tar.gz
- Upload date:
- Size: 47.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.8.15 Linux/5.15.0-1030-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1da02c6839376445b01b3d0dbb25f14d4feb29e87bae2d7a23feb7ab19e87a26 |
|
MD5 | 2c7d41a7155529f24c1c679fc910806c |
|
BLAKE2b-256 | a8ef4385677b9d0681772080797d0b3b29f95c112fd0180733d4d8c1c9fda49d |
File details
Details for the file seebuoy-0.2.2-py3-none-any.whl
.
File metadata
- Download URL: seebuoy-0.2.2-py3-none-any.whl
- Upload date:
- Size: 51.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.8.15 Linux/5.15.0-1030-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edb398c21b1c23bf7c4eaff056bc736df954aa8fb9d29f216147eb7044db0d39 |
|
MD5 | aeb3270f7a98e21f137bee8dcc3acc87 |
|
BLAKE2b-256 | 87a01c248f5898cd7a2f22eeaaea77e0c1794e21a0bd63e427c9eb0930aba293 |