swel

SWEL


Keywords
NOAA, NBDC, oceanography, earth, science, waves, analysis, buoy, calculating-trends, calculus, plotting-spectral-moments, spectral-analysis
License
Apache-2.0
Install
pip install swel==0.1.5

Documentation

swel - wave analysis from spectral data

PyPI Build Status Coverage Status

Spectral analysis of real time raw spectral wave information from NOAA, calculating trends by plotting spectral moments. Data definitions are found on the NOAA data spec page.

Significant Wave Height

This is a python package that can be downloaded with pip.

pip install swel

Testing included

This package was built with some tests:

nosetests  --with-coverage --cover-package=swel -v

or

pytest -v --cov=swel

DeepSource