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
4 stars 12 forks source link

Fixing the text encoding issue of file and folder names #146

Closed Diewertje11 closed 1 year ago

Diewertje11 commented 1 year ago

Created a function fix_text_encoding, which gets called in download_gdrive in the server_utils. This function causes that no encoding issues are occuring and the ä,ö,å,etc get displayed correctly. This resolves issue #147. And the ftfy package is added to the requirements.txt.