ocean-data-factory-sweden / kso

Notebooks to upload/download marine footage, connect to a citizen science project, train machine learning models and publish marine biological observations.
GNU General Public License v3.0
5 stars 12 forks source link

Convert to using Pathlib as standard #253

Closed jannesgg closed 7 months ago

jannesgg commented 1 year ago

The usage of os and pathlib has been inconsistent in many places and pathlib should be the preferred option.

jannesgg commented 7 months ago

This has been done to the extent that it is feasible and does not interfere with external codebases. Revisit this issue in future should it become more prominent.