MHKiT-Software / MHKiT-Python

MHKiT-Python provides the marine renewable energy (MRE) community tools for data processing, visualization, quality control, resource assessment, and device performance.
https://mhkit-software.github.io/MHKiT/
BSD 3-Clause "New" or "Revised" License
47 stars 45 forks source link

Example Notebook: Compare Tanana D3D to Experiment #188

Closed ssolson closed 1 year ago

ssolson commented 1 year ago

Create a notebook that demonstrates comparing Delft-3D simulations to experimental river data.

Plan of attack:

  1. Use d3d module to plot Tanana river simulations
  2. Plot experimental data
  3. Plot experimental data using alpha shapes (see #61 for example)
browniea commented 1 year ago
  1. Alpha shapes refences: https://github.com/MHKiT-Software/MHKiT-Python/issues/61
ssolson commented 1 year ago

Notes from meeting: Mapping out transects on QGIS to get coordinates. Then use coordinates to plot the experimental data using MHKiT

ssolson commented 1 year ago

Goal for next week:

ssolson commented 1 year ago

Emily can recreate the transect using VMT. VMT is an outdated Matlab 2015 program that uses the output from WinRiver to combine the ADCP data. Currently, we are considering using the Matlab version of this to move forward with the paper but we will try to write some MHKiT code this week to see how far we can get. An additional issue when using the raw data is that the number of GPS and backscatter data bins differ (roughly 52 scatter points to 60 GPS points recorded). Using WinRiver correctly combines this data.

Steps for this week:

ssolson commented 1 year ago
ssolson commented 1 year ago

Goal to get draft paper onto box this week Next steps after that is to work on alpha shapes