MHKiT-MATLAB
MHKiT-MATLAB copied to clipboard
Examples: MHKiT-MATLAB does not have Comparing Transect Data at the Tanana River Test Site Example
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