Project-OSmOSE / OSEkit

OSEkit is an open source suite of tools written in python and dedicated to the management and analysis of data in underwater passive acoustics.
https://osmose.ifremer.fr
Other
3 stars 0 forks source link

added new utils to OSmOSE 29-01-2024 #125

Closed mathieudpnt closed 5 months ago

cazaudo commented 5 months ago

please answer comments from your previous PR https://github.com/Project-OSmOSE/osmose-toolkit/pull/123

mathieudpnt commented 5 months ago

I also made some correction about a function called make_path, it was coded both in path_utils and core_utils, i left only the one in path_utils and modified all the scripts that were importing make_path from core_utils

mathieudpnt commented 5 months ago

just updated some pd.datetime to pd.Timestamp to avoid warnings as pd.datetime is deprecated