modscripps / velosearaptor

python ADCP routines
https://modscripps.github.io/velosearaptor
GNU General Public License v3.0
8 stars 3 forks source link

read_raw_rdi() does not accept pathlib.Path() objects #54

Closed gunnarvoet closed 1 year ago

gunnarvoet commented 1 year ago

At the moment, providing a path/filename as pathlib.Path object results in an error and the object has to be converted to ascii using pathlib.Path.as_posix(). The function should do this by itself.