Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.33 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.33 KB

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

live image 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