MHKiT-MATLAB icon indicating copy to clipboard operation
MHKiT-MATLAB copied to clipboard

Examples: MHKiT-MATLAB does not have Comparing Transect Data at the Tanana River Test Site Example

Open simmsa opened this issue 4 months ago • 0 comments

https://mhkit-software.github.io/MHKiT/ADCP_Delft3D_TRTS_example.html

Source Code: https://github.com/MHKiT-Software/MHKiT-Python/blob/main/examples/ADCP_Delft3D_TRTS_example.ipynb

A likely blocker here is support for reading PD0 files:

# Read in the two transect passes
transect_1_raw = api.read(
    "data/river/ADCP_transect/tanana_transects_08_10_10_0_002_10-08-10_142214.PD0"
)
transect_2_raw = api.read(
    "data/river/ADCP_transect/tanana_transects_08_10_10_0_003_10-08-10_143335.PD0"
)

Detailed in issue #180

simmsa avatar Sep 29 '25 21:09 simmsa