Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T19:49:50.000Z (over 2 years ago)
- Last Synced: 2024-10-07T16:04:53.177Z (about 1 month 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
[![PyPI](https://img.shields.io/pypi/v/swel.svg?maxAge=2592000?style=plastic)](https://pypi.python.org/pypi/swel)
[![Build Status](https://travis-ci.org/noah-de/swel.svg?branch=master)](https://travis-ci.org/noah-de/swel)
[![Coverage Status](https://coveralls.io/repos/github/noah-de/swel/badge.svg?branch=master)](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).
![Significant Wave Height](https://github.com/noah-de/surf-report/blob/master/References/SWH.png)
![live image](https://github.com/noah-de/swel/raw/master/swel.png)
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
[![DeepSource](https://static.deepsource.io/deepsource-badge-light.svg)](https://deepsource.io/gh/noah-de/swel/?ref=repository-badge)