MHKiT-Python
MHKiT-Python copied to clipboard
MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
This PR addresses several bug and doc string fixes in v0.8.0. I think it's critical that we make these fixes before our workshop next Thursday. I tested all of our...
The wind hindcast data currently takes greater than 3.5 hours to collect the needed data. Can we get this down to 1 hr to be on par with the wave...
Coords
Added file named for D3D `mapformat=4` Added function `_get_cords_to_layers`
Editing language based on more insight I've gained from reading literature on ADCP Reynolds stress and TKE measurements. The main edits here are to the adcp_example notebook and the removal...
Below is a custom script created by Chris and Jessica which converts D3D output to VTK format which can be used by ParaView for model analysis. ``` #!/usr/bin/env python3 ##...
I found this [ADCP processing code](https://github.com/IOS-OSD-DPG/pycurrents_ADCP_processing) the UW is using to read in ADCP ship positions. Check that MHKiT has all the same capabilities.
Add `auto` method to wave.resource.surface_elevation to address #308. The `auto` method chooses the most computationally efficient surface elevation computation method based on the input spectrum. `auto` uses the `sum_of_sines` method...
@jmcvey3 I was talking to a DOLfYN user at Sandia today and they indicated that they were working with a large file and needed to write their own chunking script...
Fix: If unnamed, set spectrum `dim_0` name to "Frequency" The `surface_elevation` function typically takes in a spectrum generated by an mhkit function that sets the index/dimension name to "Frequency". This...
In the near future, MHKiT will begin transitioning from using pandas as its base to xarray. The development team made this decision for several reasons: - It is much easier...