Emily Browning

Results 6 issues of Emily Browning

Added file named for D3D `mapformat=4` Added function `_get_cords_to_layers`

I found this [ADCP processing code](https://github.com/IOS-OSD-DPG/pycurrents_ADCP_processing) the UW is using to read in ADCP ship positions. Check that MHKiT has all the same capabilities.

Making sure that all the cabablilties in this [repo](https://github.com/shelbyahrendt/CEWA590_StreamGaging) are in MhKiT

enhancement

Add [cleanup_turbulent_kinetic_energy](https://github.com/MHKiT-Software/MHKiT-MATLAB/pull/124/commits/950bd22fb1cc3d70d1e24a9fedc2e1493f73f324) and update figure sizes to match MHKiT MATLAB.

Clean Up

MHKIT is unable to calculate river discharge from transect data. The software [Winriver](https://www.comm-tec.com/Prods/mfgs/RDI/Software/Manuals/WinRiver-Manual/WinRiver%20User%20Guide%20International%20Version.pdf) documents their process to interpolate the edges of the transect area discharge in pages 101-106 of this...

### Describe the bug: The Turbulent Intensity Function runs slow when a large data set in input. ### To Reproduce: `d3d_data = netCDF4.Dataset('tanana50_map.nc') ` [data](https://github.com/browniea/MHKiT-Python/blob/d3d_2/examples/data/river/d3d/tanana50_map.nc) `x_centerline = np.linspace(xmin, xmax, num=100)`...

enhancement