Metadata-Version: 2.1
Name: roguewavespectrum
Version: 0.2.23
Summary: Python package that implements a spectral object for ocean surface gravity waves
Home-page: https://github.com/sofarocean/oceanwavespectrum.git
Author: Pieter Bart Smit
Author-email: sofaroceangithubbot@gmail.com
License: Apache 2 License
Project-URL: Sofar Ocean Site, https://www.sofarocean.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: numba
Requires-Dist: linearwavetheory >=0.0.22
Requires-Dist: xarray
Requires-Dist: scipy
Requires-Dist: numba-progress
Requires-Dist: pandas
Requires-Dist: pdoc
Requires-Dist: requests
Requires-Dist: requests-cache
Requires-Dist: matplotlib
Provides-Extra: full
Requires-Dist: qpsolvers ; extra == 'full'
Requires-Dist: cvxopt ; extra == 'full'

# Rogue Wave Spectrum
A Package that implements a "spectrum" object on top of an Xarray Dataset to facilitate working with ocean wave spectra.

### Installation
1. Make sure that you have the requirements listed above
2. `pip install roguewavespectrum` to your desired python environment
