Metadata-Version: 2.4
Name: roguewavespectrum
Version: 2026.7.13.4
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>=2026.07.01.0
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
Requires-Dist: netcdf4
Provides-Extra: full
Requires-Dist: qpsolvers; extra == "full"
Requires-Dist: cvxopt; extra == "full"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# 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
