OceanStreamIO / oceanstream

Oceanstream is a Python library which can be used as a CLI tool to process raw acoustic data from echosounders. It uses echopype as a backend. Developed at @pineviewlabs
https://oceanstream.io
MIT License
4 stars 3 forks source link

Fix warnings #161

Closed oanabotezat closed 7 months ago

oanabotezat commented 7 months ago

fix from Raluca's PR for KeyError: mask_attenuation;

160 - fix one error; fix one typo;

fix FutureWarning for DataArray.dims -> DataArray.sizes;

fixed downloading of files over FTP only when those files are missing;

fix warning: PytestUnknownMarkWarning.