WEC-Sim / WDRT

WEC Design Response Toolbox (WDRT)
http://wec-sim.github.io/WDRT/
Apache License 2.0
9 stars 12 forks source link

Using buoy data available in text format, without converting to HDF5 format #56

Open ricbencar opened 2 years ago

ricbencar commented 2 years ago

Hello,

I want to run WDRT "Environmental characterization" using buoy data in text format, not available in HDF5 format:

datetime,swh,hmax,tmax,pp1d,mwp,mwd,wind,dwi 2000-01-01 00:00:00,1.37917,2.61388,7.23188,13.4037,9.04123,316.967,6.375,9.13326 2000-01-01 01:00:00,1.38438,2.62504,7.15882,13.3719,9.00193,317.464,6.21826,12.5801 2000-01-01 02:00:00,1.38507,2.62535,7.16642,13.3329,9.02032,317.525,6.00977,15.5671 (...)

How to obtain the environmental contours of significant wave height (swh) and peak period (pp1d), without converting the data into HDF5 format?

Thank you, regards, Ricardo.

ssolson commented 2 years ago

Hey WDRT is now a part of MHKiT. Please check out these examples and ask any questions you may have on the MHKiT repository. https://github.com/MHKiT-Software/MHKiT-Python/blob/master/examples/environmental_contours_example.ipynb https://github.com/MHKiT-Software/MHKiT-Python/blob/master/examples/extreme_response_MLER_example.ipynb https://github.com/MHKiT-Software/MHKiT-Python/blob/master/examples/extreme_response_contour_example.ipynb https://github.com/MHKiT-Software/MHKiT-Python/blob/master/examples/extreme_response_full_sea_state_example.ipynb