Python wrapper for NOAA and NDBC REST web services.
Project description
pybuoy is a Python wrapper for NOAA and NDBC REST web services.
Installation
pybuoy is supported on Python 3.11+ and can be installed with either pip or a package manager like poetry:
with pip: pip install pybuoy
recommended to install any third party library in python’s virtualenv.
with poetry: poetry add pybuoy
automatically creates and manages python’s virtualenvs.
Quickstart
from pybuoy import Buoy
buoy = Buoy()
With a instance of Buoy, you can request data from NOAA and NDBC like so:
Get realtime meteorological data for buoy by station_id.
Get realtime wave summary data for buoy by station_id.
Get forecast data for buoy by lat/lon.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pybuoy-0.5.4.tar.gz
.
File metadata
- Download URL: pybuoy-0.5.4.tar.gz
- Upload date:
- Size: 25.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2551606af5fc35da69498a5c5cca6c65cd1b740bde915bb53f847c4a061b55e3 |
|
MD5 | 0264b83864df696edd7f3f1613e97c29 |
|
BLAKE2b-256 | 5d8e753fad3509ca57a10376e39a2c361b71e03efd91b6750a9a8f57c4d28386 |
Provenance
File details
Details for the file pybuoy-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: pybuoy-0.5.4-py3-none-any.whl
- Upload date:
- Size: 41.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Darwin/23.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 113051d7825a6ea00e23563fe8d74573cc2137552a7d1477fd6f4ba9c0693c7a |
|
MD5 | 923b77e2ca2d1a23b8c9b0a0f0e84446 |
|
BLAKE2b-256 | 6050b73fc20268541e4f28af87269639bf32ee13a9cbea7eae80798c96785239 |