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
pybuoy-0.5.6.tar.gz
(25.9 kB
view hashes)
Built Distribution
pybuoy-0.5.6-py3-none-any.whl
(41.5 kB
view hashes)