4Subsea / waveresponse-python

Vessel motion and wave utilities
https://docs.4insight.io/waveresponse/python/latest/
MIT License
12 stars 4 forks source link

info: WaveDAVE package #62

Closed RubendeBruin closed 2 months ago

RubendeBruin commented 4 months ago

Just want to drop you a note that we are currently using waveresponse in our WaveDAVE package : https://github.com/RubendeBruin/WaveDave

Most relevant for you is probably that this provides an easy way to get external data into waveresponse objects. For this it used the readers from the wavespectra package.

Example:

forecast = Spectra.from_octopus('forecastfile.csv')

forecast.spectra is now a list of DirectionalSpectra objects.

It is currently in pre-alpha stage but feel free to browse around.