MHKiT-Python icon indicating copy to clipboard operation
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.

Results 39 MHKiT-Python issues
Sort by recently updated
recently updated
newest added

Need to add functionality for reading in different types of mooring lines in the io module. Mooring modular added in #235 ``` # TODO: get rod type property sets if...

enhancement

### Describe the bug: Two bugs in `mhkit.tidal.io.noaa.request_noaa_data` : 1. Imprecise error handling on line 139, where this error line appears to be bypassed. It would be useful to raise...

I will look at possibly including the contour methods from [the Virocon package](https://github.com/virocon-organization/virocon). E.g. [this one](https://virocon.readthedocs.io/en/latest/example.html). @ryancoe will reach out to them to make sure it is OK.

enhancement

### Describe the bug: The Turbulent Intensity Function runs slow when a large data set in input. ### To Reproduce: `d3d_data = netCDF4.Dataset('tanana50_map.nc') ` [data](https://github.com/browniea/MHKiT-Python/blob/d3d_2/examples/data/river/d3d/tanana50_map.nc) `x_centerline = np.linspace(xmin, xmax, num=100)`...

enhancement

There are some functions in WDRT left to migrate into MHKiT. **Task:** Migrate missing functionalities from WDRT Contours. I added place holder functions for these in `waves.contours`. This include calculating...

enhancement

Improve explanation of MLER in the example (e.g., what is the "desired" response Md?)

documentation
Clean Up

The migration of WDRT for the latest release did not include the fatigue module. **Task:** Add a fatigue load example similar to the one in WDRT. MHKiT has an equivalent...

enhancement

This PR makes the xarray work in wave.resource more consistent by adding the optional parameter ``frequency_dimension`` to functions like ``significant_wave_height`` that then pass the parameter to ``frequency_moment``. This is an...

This PR resolves #339. It makes some improvements to the type handling, especially in the wave module, by allowing convert_to_dataarray to take in multivariate xr.datasets and pd.dataframes Another larger PR...

Add a cache of hindcast data to use in CI tests against develop branch. Should still call API for pulls against master.

Clean Up