https://github.com/noah-de/swel
Real time analysis of raw spectral wave information from NOAA, calculating trends by plotting spectral moments.
https://github.com/noah-de/swel
analysis buoy calculating-trends calculus noaa plotting-spectral-moments spectral-analysis waves
Last synced: about 1 year ago
JSON representation
Real time analysis of raw spectral wave information from NOAA, calculating trends by plotting spectral moments.
- Host: GitHub
- URL: https://github.com/noah-de/swel
- Owner: noah-de
- Created: 2018-11-28T04:27:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T19:49:50.000Z (about 4 years ago)
- Last Synced: 2025-02-16T14:24:24.501Z (over 1 year ago)
- Topics: analysis, buoy, calculating-trends, calculus, noaa, plotting-spectral-moments, spectral-analysis, waves
- Language: Jupyter Notebook
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swel - wave analysis from spectral data
[](https://pypi.python.org/pypi/swel)
[](https://travis-ci.org/noah-de/swel)
[](https://coveralls.io/github/noah-de/swel?branch=master)
[Spectral analysis](https://upcommons.upc.edu/bitstream/handle/2099.1/6034/06.pdf?sequence=7) of [real time raw spectral wave information](https://www.ndbc.noaa.gov/data_spec.shtml) from [NOAA](https://www.ndbc.noaa.gov/), calculating trends by plotting spectral moments. Data definitions are found on the [NOAA data spec page](https://www.ndbc.noaa.gov/data_spec.shtml).


This is a python package that can be downloaded with [pip](https://pypi.org/project/swel/).
pip install swel
## Testing included
This package was built with some tests:
nosetests --with-coverage --cover-package=swel -v
or
pytest -v --cov=swel
[](https://deepsource.io/gh/noah-de/swel/?ref=repository-badge)