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: ```{python} # 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
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
PD0files:Detailed in issue #180