Adam Keester

Results 11 issues of Adam Keester

In response to a [project card](https://github.com/WEC-Sim/WEC-Sim/projects/58#card-64210449) and discussion on how to manage the body library, this PR creates works to combine the rigid and flexible blocks. The flexible subsystem is...

Body Class
Library

JOSS criteria: - [x] Title - [x] Tags - [x] Author list. @kmruehl please review, perhaps depends on whether this is viewed holistically over 10+ years or e.g. from v5.0...

Documentation

This issue relates exactly to #7 . I am having the same issue and would like to work around it. I am also using fully submerged body and have dug...

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...

bug
documentation

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...

While combing through our documentation and API, I noticed a few links that should be updated, specifically in [mhkit.tidal.io.noaa.request_noaa_data.m](https://github.com/MHKiT-Software/MHKiT-MATLAB/blob/master/mhkit/tidal/io/request_noaa_data.m) - https://tidesandcurrents.noaa.gov/api/ redirects to https://api.tidesandcurrents.noaa.gov/api/prod/. let's update it to use URL...

documentation

This PR addresses issue #1201 and the discussion in https://github.com/WEC-Sim/WEC-Sim_Team/discussions/89 by allowing users to define multiple hydrodynamic datasets and switch between them during simulation as the operational state of a...

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...

@ssolson This is a follow-up to my other wave PRs and resolves #331. Handling the various edge cases robustly in pure numpy is difficult, so I want to first resolve...